Skip to content

Commit

Permalink
CI: unsilence CN output
Browse files Browse the repository at this point in the history
This makes CI logs more verbose, but also much more useful for diagnostic
purposes.
  • Loading branch information
samcowger authored and cp526 committed Aug 9, 2024
1 parent 45dc64e commit 0a3246c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run-cn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ function exits_with_code() {
local file=$2
local -a expected_exit_codes=$3

printf "[$file]... "
timeout 20 ${action} "$file" &> /dev/null
printf "[$file]...\n"
timeout 20 ${action} "$file"
local result=$?

for code in "${expected_exit_codes[@]}"; do
Expand Down

0 comments on commit 0a3246c

Please sign in to comment.