Skip to content

Commit 005fc7e

Browse files
committed
ppc64le: skip test-foreign.l
1 parent 5de6943 commit 005fc7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ if [ "$QEMU" != "" ]; then
9090
make -C test
9191
for test_l in test/*.l; do
9292

93+
[[ "`uname -m`" == "ppc64le"* && $test_l =~ test-foreign.l ]] && continue;
94+
9395
travis_time_start euslisp.${test_l##*/}.test
9496

9597
sed -i 's/\(i-max\ [0-9]000\)0*/\1/' $test_l

0 commit comments

Comments
 (0)