Skip to content

Commit 71ee3f6

Browse files
committed
Debugs shippable refs #1931
1 parent 6b834c7 commit 71ee3f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ bigpage:
3939
# Common tests that are run by travis with every commit
4040
test:
4141
echo $(PATH)
42+
which perl6
4243
if [ "${TEST_JOBS}" != "" ]; then prove -j ${TEST_JOBS} -e perl6 t; else prove -e perl6 t; fi
4344

4445
# Extended tests

0 commit comments

Comments
 (0)