Skip to content

Commit

Permalink
tests: Write logs in individual files
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Apr 17, 2024
1 parent 9980750 commit 53b839c
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 @@ -48,4 +48,4 @@ for option in "${TEST_PARAMS[@]}"; do
done

echo "Executing ${COMMAND}"
${COMMAND}
${COMMAND} 2>&1 | tee "${TESTBLDDIR}/${TEST_NAME}-${TOKEN_DRIVER}.log"

0 comments on commit 53b839c

Please sign in to comment.