summaryrefslogtreecommitdiff
path: root/ci/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run.sh')
-rw-r--r--ci/run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 6dd177bffa..635422cd75 100644
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -22,7 +22,8 @@ case "$TARGET" in
emulator @arm-18 -no-window &
adb wait-for-device
adb push libc-test/target/$TARGET/debug/libc-test /data/libc-test
- adb shell /data/libc-test
+ adb shell /data/libc-test 2>&1 | tee out
+ grep "^PASSED .* tests" out
;;
arm-unknown-linux-gnueabihf)