Skip to content

Commit

Permalink
log more in commit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrickTench committed Dec 13, 2024
1 parent ed67fca commit 20a18e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_commit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20a18e6

Please sign in to comment.