Skip to content

Commit

Permalink
tests: Collect also stderr in the test wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Oct 23, 2024
1 parent 2a98459 commit 92254cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ LOGFILE="${TESTBLDDIR}/${TEST_NAME}.${TOKEN_DRIVER}.log"
echo "Executing ${COMMAND}"
(
set -o pipefail
${COMMAND} | tee "${LOGFILE}"
${COMMAND} 2>&1 | tee "${LOGFILE}"
)

0 comments on commit 92254cc

Please sign in to comment.