Try running MIPS again

This commit is contained in:
Alex Crichton 2015-09-18 16:32:03 -07:00
parent 239f9cda7f
commit 70b1f23f27
1 changed files with 1 additions and 1 deletions

View File

@ -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