Skip to content

Commit e08b2eb

Browse files
committed
dump ci test log
1 parent 2e2d51d commit e08b2eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ if [ "$QEMU" != "" ]; then
7979
-net user \
8080
-nographic \
8181
-vga none 2>&1 | tee "${CARGO_TARGET_DIR}/out.log"
82-
exec grep -E "^(PASSED)|(test result: ok)" "${CARGO_TARGET_DIR}/out.log"
82+
grep -E "^(PASSED)|(test result: ok)" "${CARGO_TARGET_DIR}/out.log"
83+
exec cat "${CARGO_TARGET_DIR}/out.log"
8384
fi
8485

8586
if [ "$TARGET" = "s390x-unknown-linux-gnu" ]; then

0 commit comments

Comments
 (0)