We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76959f commit 2258177Copy full SHA for 2258177
src/vm/js/bin/run_tests.pl
@@ -3,6 +3,7 @@
3
my $harness = TAP::Harness->new({
4
exec => sub {
5
my ($harness, $test_file) = @_;
6
+ return ['./nqp-js', '--cps=off', $test_file] if $test_file =~ /qregex.t$/;
7
return ['./nqp-js', $test_file] if $test_file =~ /\.t$/;
8
return ['node', $test_file] if $test_file =~ /\.js$/;
9
}
0 commit comments