diff --git a/tests/test-wrapper b/tests/test-wrapper index 2cc6e615..bc5b0f35 100755 --- a/tests/test-wrapper +++ b/tests/test-wrapper @@ -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}" )