Skip to content

Commit

Permalink
Revert "remove one more trace"
Browse files Browse the repository at this point in the history
This reverts commit 3f0f34e.
  • Loading branch information
dominiksalvet committed Nov 26, 2024
1 parent 3f0f34e commit 56d993a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ run_test() (
test_name="$(echo "$1" | sed 's|/|_|g; s/\.sh$//')" && # derive test name

# run test and store its execution trace
if ! test_trace="$(sh -eu "$1" 2>&1)"; then
if ! test_trace="$(sh -eux "$1" 2>&1)"; then
echo 'recent trace (more in artifacts):' &&
echo "$test_trace" | tail -n 20 && # recent trace
echo "failed $1" &&
Expand Down

0 comments on commit 56d993a

Please sign in to comment.