Skip to content

Commit 70c9a98

Browse files
committed
Run CMSG tests on s390x
Closes #1240.
1 parent f775bea commit 70c9a98

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ci/test-runner-linux

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ set -e
55
arch=$1
66
prog=$2
77

8-
# Skip cmsg test on linux-s390x
9-
# https://github.com/rust-lang/libc/issues/1240
10-
if [ "$arch" = "s390x" ]; then
11-
progbasename=`basename $prog`
12-
if [ "${progbasename%%-*}" = "cmsg" ]; then
13-
exit 0
14-
fi
15-
fi
16-
178
cd /qemu/init
189
echo "#!/bin/sh\n/prog --color=never" > run_prog.sh
1910
chmod +x run_prog.sh

0 commit comments

Comments
 (0)