Skip to content

Commit d80d830

Browse files
committed
test, feat: change the test mode according to the startup mode.
1 parent 106639b commit d80d830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ run("./profiler_test.js");
6666

6767
run("./v8_test.js");
6868

69-
process.exit(-test.run());
69+
repl ? process.exit(-test.run()) : test.run(console.DEBUG);

0 commit comments

Comments
 (0)