Skip to content

Commit

Permalink
Merge pull request #77 from asubedy/scheduledTestNameChange
Browse files Browse the repository at this point in the history
Changed profile name formatting
  • Loading branch information
leecalcote committed Jun 20, 2023
2 parents 7e95e5a + a988590 commit 9598663
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mesheryctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ main() {
docker network connect minikube meshery_meshery_1
mesheryctl system config minikube -t ~/auth.json

rand_string=$(openssl rand -hex 3)
perf_profile_name="$rand_string-$perf_profile_name"
perf_profile_name="smp-$perf_profile_name"

echo "Configuration file: $perf_filename"
echo "Endpoint URL: $endpoint_url"
Expand Down

0 comments on commit 9598663

Please sign in to comment.