Skip to content

Commit 8e2fec7

Browse files
committed
Fix test runner script
1 parent 7874f98 commit 8e2fec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
source base.sh
1818

19-
for i in $(grep -l -i Test-Suite */*.cabal); do
19+
for i in $(grep -l -i Test-Suite */*.cabal | grep -v ghcjs); do
2020
TARGET=$(dirname $i)
2121

2222
run $TARGET cabal_install --enable-tests --only-dependencies

0 commit comments

Comments
 (0)