Skip to content

Commit

Permalink
Merge pull request #613 from mbaldessari/fix-qe-command
Browse files Browse the repository at this point in the history
Fix path when invoking the qe run_test.sh script
  • Loading branch information
mbaldessari authored Nov 25, 2024
2 parents cacdd23 + 9a24f6f commit 7f6043d
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 @@ -214,7 +214,7 @@ argo-healthcheck: ## Checks if all argo applications are synced
.PHONY: qe-tests
qe-tests: ## Runs the tests that QE runs
@set -e; if [ -f ./tests/interop/run_tests.sh ]; then \
./tests/interop/run_tests.sh; \
pushd ./tests/interop; ./run_tests.sh; popd; \
else \
echo "No ./tests/interop/run_tests.sh found skipping"; \
fi
Expand Down

0 comments on commit 7f6043d

Please sign in to comment.