Skip to content

Commit

Permalink
More logs on failure/timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Nov 22, 2023
1 parent da5f198 commit 2f7506a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fsanitize-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ jobs:
if: failure() || cancelled()
run: |
cat test-suite.log
cat scripts/*.log
1 change: 1 addition & 0 deletions .github/workflows/macos-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ jobs:
if: failure() || cancelled()
run: |
cat test-suite.log
cat scripts/*.log
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ jobs:
if: failure() || cancelled()
run: |
cat test-suite.log
cat scripts/*.log
1 change: 1 addition & 0 deletions scripts/client.test
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ then
export AM_BWRAPPED=yes
exec "$bwrap_path" --unshare-net --dev-bind / / "$0" "$@"
fi
unset AM_BWRAPPED

broker_args="-c scripts/broker_test/mosquitto.conf"
port=11883
Expand Down
1 change: 1 addition & 0 deletions scripts/firmware.test
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ then
export AM_BWRAPPED=yes
exec "$bwrap_path" --unshare-net --dev-bind / / "$0" "$@"
fi
unset AM_BWRAPPED

broker_args="-c scripts/broker_test/mosquitto.conf"
if test $has_tls == yes
Expand Down
1 change: 1 addition & 0 deletions scripts/multithread.test
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ then
export AM_BWRAPPED=yes
exec "$bwrap_path" --unshare-net --dev-bind / / "$0" "$@"
fi
unset AM_BWRAPPED

broker_args="-c scripts/broker_test/mosquitto.conf"
port=11883
Expand Down
1 change: 1 addition & 0 deletions scripts/nbclient.test
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ then
export AM_BWRAPPED=yes
exec "$bwrap_path" --unshare-net --dev-bind / / "$0" "$@"
fi
unset AM_BWRAPPED

broker_args="-c scripts/broker_test/mosquitto.conf"
port=11883
Expand Down

0 comments on commit 2f7506a

Please sign in to comment.