Skip to content
Snippets Groups Projects
Commit 9ff0a740 authored by bors's avatar bors
Browse files

Auto merge of #1362 - gnzlbg:cmsg, r=gnzlbg

Run CMSG tests on s390x

Closes #1240.
parents f775bea9 70c9a98c
No related merge requests found
......@@ -5,15 +5,6 @@ set -e
arch=$1
prog=$2
# Skip cmsg test on linux-s390x
# https://github.com/rust-lang/libc/issues/1240
if [ "$arch" = "s390x" ]; then
progbasename=`basename $prog`
if [ "${progbasename%%-*}" = "cmsg" ]; then
exit 0
fi
fi
cd /qemu/init
echo "#!/bin/sh\n/prog --color=never" > run_prog.sh
chmod +x run_prog.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment