diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2d8608f90..3a941973c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: if [ "${{ env.JOB_TYPE }}" == "nightly" ]; then ./scripts/run_nightly_tests.sh -t $TIMESTAMP else - ./scripts/run_commit_tests.sh -t $TIMESTAMP --show-all + ./scripts/run_commit_tests.sh -t $TIMESTAMP fi env: TERM: xterm-256color diff --git a/scripts/run_commit_tests.sh b/scripts/run_commit_tests.sh index edaebcca60..d02666c614 100755 --- a/scripts/run_commit_tests.sh +++ b/scripts/run_commit_tests.sh @@ -5,7 +5,7 @@ rest_of_args=() test_filter="" timestamp="" clean=false -SHOW_ALL_OUTPUT=false # Set to false normally, true for debugging +SHOW_ALL_OUTPUT=true # Set to false normally, true for debugging SKIP_LONG=0 # parse arguments