From 20a18e6da8e3701ac7323f87157635d915a6524c Mon Sep 17 00:00:00 2001 From: AdrickTench Date: Fri, 13 Dec 2024 12:50:15 -0600 Subject: [PATCH] log more in commit tests --- .github/workflows/ci.yml | 2 +- scripts/run_commit_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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