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 <jjelen@redhat.com>
  • Loading branch information
Jakuje committed Oct 18, 2024
1 parent b7674c2 commit 66987d5
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 66987d5

Please sign in to comment.