Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Specify the more-if-tests verbosely
Otherwise we include a failing pipe test, which wasn't in nqp-js
  • Loading branch information
hoelzro committed Feb 7, 2015
1 parent 36f747d commit daa3e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/bin/run_tests
@@ -1,3 +1,3 @@
#!/bin/bash
# 19 and 30 where moved out as they were parrot specific, 52,54 is missing, we can't pass 49 till we are bootstraped
prove -e './nqp-js' t/nqp/{01..18}* t/nqp/{20,21,22,23,25,26,27,28,33,35,36,37,38,39,40,41,42,46,47,48,51,53,56,57,58,59,63,64,65,68,69,70,71,75,76,81,83,86}* t/js/getcomp-js.t
prove -e './nqp-js' t/nqp/{01..18}* t/nqp/{20,21,22,23,25,26,27,28,33,35,36,37,38,39,40,41,42,46,47,48,51,53,56,57,58,59,63,64,65,68,69,70,71,75,76,81,83}* t/nqp/86-more-if-tests.t t/js/getcomp-js.t

0 comments on commit daa3e39

Please sign in to comment.