I hate shell

This commit is contained in:
Alex Crichton
2015-09-14 17:52:07 -07:00
parent 412d4f9319
commit 17da63d4ef
+1
View File
@@ -15,6 +15,7 @@ elif [ "$TARGET" = "arm-unknown-linux-gnueabihf" ]; then
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-*
echo skip
else
cargo test --manifest-path libc-test/Cargo.toml --target $TARGET
fi