Skip to content

Commit

Permalink
Remove CI job debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
timrulebosch committed May 8, 2024
1 parent 0412c16 commit d0591b7
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 @@ -173,7 +173,7 @@ do-test_cmocka-run:
do-test_testscript-e2e:
# Test debug; add '-v' to Testscript command (e.g. $(TESTSCRIPT_IMAGE) -v \).
ifeq ($(PACKAGE_ARCH), linux-amd64)
set -eux; for t in $(TESTSCRIPT_E2E_FILES) ;\
@set -eu; for t in $(TESTSCRIPT_E2E_FILES) ;\
do \
echo "Running E2E Test: $$t" ;\
docker run -i --rm \
Expand Down

0 comments on commit d0591b7

Please sign in to comment.