We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacdd23 commit 9a24f6fCopy full SHA for 9a24f6f
Makefile
@@ -214,7 +214,7 @@ argo-healthcheck: ## Checks if all argo applications are synced
214
.PHONY: qe-tests
215
qe-tests: ## Runs the tests that QE runs
216
@set -e; if [ -f ./tests/interop/run_tests.sh ]; then \
217
- ./tests/interop/run_tests.sh; \
+ pushd ./tests/interop; ./run_tests.sh; popd; \
218
else \
219
echo "No ./tests/interop/run_tests.sh found skipping"; \
220
fi
0 commit comments