Skip to content

Commit 0c9f8ef

Browse files
committed
run xt tests first
If you're running xtest, you're more likely to find issues with the xt/ tests, run them first so you can abort the test run and fix them.
1 parent f8691e9 commit 0c9f8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test:
2121

2222
# Extended tests
2323
xtest:
24-
prove --exec perl6 -r t xt
24+
prove --exec perl6 -r xt t
2525

2626
# Content tests
2727
ctest:

0 commit comments

Comments
 (0)