We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2d51d commit e08b2ebCopy full SHA for e08b2eb
ci/run.sh
@@ -79,7 +79,8 @@ if [ "$QEMU" != "" ]; then
79
-net user \
80
-nographic \
81
-vga none 2>&1 | tee "${CARGO_TARGET_DIR}/out.log"
82
- exec grep -E "^(PASSED)|(test result: ok)" "${CARGO_TARGET_DIR}/out.log"
+ grep -E "^(PASSED)|(test result: ok)" "${CARGO_TARGET_DIR}/out.log"
83
+ exec cat "${CARGO_TARGET_DIR}/out.log"
84
fi
85
86
if [ "$TARGET" = "s390x-unknown-linux-gnu" ]; then
0 commit comments