1
0
Fork 0

Set stack trace limit to 20 frames for tests

closure/master
Mike Gerwitz 2011-07-06 18:06:22 -04:00
parent 1b1a4b60d5
commit 65d988b1c6
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ default: $(tests) combine
combine: $(tests_combine)
test-%.js: FORCE
node $@
node --stack_trace_limit=20 $@
test-%: FORCE
./$@