Skip to content

Commit

Permalink
Delete non-needed quotes in script call
Browse files Browse the repository at this point in the history
  • Loading branch information
jlojosnegros committed Jun 6, 2023
1 parent b887b73 commit 81457cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ pao-functests: cluster-label-worker-cnf pao-functests-only
pao-functests-only:
@echo "Cluster Version"
hack/show-cluster-version.sh
hack/run-test.sh -t "test/e2e/performanceprofile/functests" -p "--v -r --fail-fast --skip-package='5_latency_testing,2_performance_update' --flake-attempts=2" -m "Running Functional Tests" -r "--junit-report=report.xml"
hack/run-test.sh -t "test/e2e/performanceprofile/functests" -p "--v -r --fail-fast --skip-package=5_latency_testing,2_performance_update --flake-attempts=2" -m "Running Functional Tests" -r "--junit-report=report.xml"

.PHONY: pao-functests-updating-profile
pao-functests-updating-profile: cluster-label-worker-cnf pao-functests-update-only
Expand Down

0 comments on commit 81457cd

Please sign in to comment.