Try to fix arm linux again

This commit is contained in:
Alex Crichton 2015-09-14 00:12:16 -07:00
parent 841962104e
commit 0c784713d7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [ "$TARGET" = "arm-linux-androideabi" ]; then
adb push /root/target/$TARGET/debug/all-* /data/test
adb shell /data/test
elif [ "$TARGET" = "arm-unknown-linux-gnueabihf" ]; then
qemu-arm -L /usr/arm-linux-gnueabi /root/target/$TARGET/debug/all-*
qemu-arm -L /usr/arm-linux-gnueabi target/$TARGET/debug/all-*
else
cargo test --manifest-path libc-test/Cargo.toml --target $TARGET
fi