Set stack trace limit to 20 frames for tests
parent
1b1a4b60d5
commit
65d988b1c6
|
@ -12,6 +12,6 @@ default: $(tests) combine
|
||||||
combine: $(tests_combine)
|
combine: $(tests_combine)
|
||||||
|
|
||||||
test-%.js: FORCE
|
test-%.js: FORCE
|
||||||
node $@
|
node --stack_trace_limit=20 $@
|
||||||
test-%: FORCE
|
test-%: FORCE
|
||||||
./$@
|
./$@
|
||||||
|
|
Loading…
Reference in New Issue