summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-09-18 16:32:03 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-09-18 16:32:03 -0700
commit70b1f23f27db39268545d9036fcdfd47041d5ffe (patch)
tree09301a8e8d21293a7d9f83be36dae7b8a3fa09a8 /ci
parent239f9cda7fb3a7f664febbf1850eed07f692fccc (diff)
downloadrust-libc-70b1f23f27db39268545d9036fcdfd47041d5ffe.tar.gz
Try running MIPS again
Diffstat (limited to 'ci')
-rw-r--r--ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run.sh b/ci/run.sh
index f9e0b51e02..22146f2875 100644
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -17,7 +17,7 @@ elif [ "$TARGET" = "arm-unknown-linux-gnueabihf" ]; then
qemu-arm -L /usr/arm-linux-gnueabihf libc-test/target/$TARGET/debug/libc-test
elif [ "$TARGET" = "mips-unknown-linux-gnu" ]; then
# FIXME: this segfaults on travis, passes locally?
- #qemu-mips -L /usr/mips-linux-gnu libc-test/target/$TARGET/debug/all-*
+ qemu-mips -L /usr/mips-linux-gnu libc-test/target/$TARGET/debug/libc-test
echo skip
elif [ "$TARGET" = "aarch64-unknown-linux-gnu" ]; then
qemu-aarch64 -L /usr/aarch64-linux-gnu/ libc-test/target/$TARGET/debug/libc-test