diff --git a/test/Makefile b/test/Makefile index 1a3e26b..dc4c6f5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -12,6 +12,6 @@ default: $(tests) combine combine: $(tests_combine) test-%.js: FORCE - node $@ + node --stack_trace_limit=20 $@ test-%: FORCE ./$@