mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-20 22:58:41 -04:00
test/runtests-quiet.sh: fixup redirection
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
TESTS=("$@")
|
||||
RESULT_FILE=$(mktemp)
|
||||
./runtests.sh "${TESTS[@]}" 2>&1 > "$RESULT_FILE"
|
||||
{ ./runtests.sh "${TESTS[@]}"; } 2>&1 > "$RESULT_FILE"
|
||||
RET="$?"
|
||||
if [ "${RET}" -ne 0 ]; then
|
||||
cat "$RESULT_FILE"
|
||||
|
||||
Reference in New Issue
Block a user