summaryrefslogtreecommitdiff
path: root/ci/run.sh
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-08-21 22:48:18 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-08-21 22:52:06 -0700
commitd4240220057afe518921912c0832f70d67b19de3 (patch)
tree00da2d3f6e7988e3b7bfe52d930584f83839f784 /ci/run.sh
parentbcbfa856511f4f7bdacb8188eadcc7cbe38727e2 (diff)
downloadrust-libc-d4240220057afe518921912c0832f70d67b19de3.tar.gz
Update Android images/runners
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 7a1736c837..ddf18fd2aa 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -68,4 +68,4 @@ if [ "$QEMU" != "" ]; then
exec grep "^PASSED .* tests" $CARGO_TARGET_DIR/out.log
fi
-cargo test --manifest-path libc-test/Cargo.toml --target $TARGET
+exec cargo test --manifest-path libc-test/Cargo.toml --target $TARGET