##// END OF EJS Templates
dispatch: fix exit code of unhandled exception recorded in blackbox log...
dispatch: fix exit code of unhandled exception recorded in blackbox log Spotted by Martin von Zweigbergk. We might want to change the exit code to -1 (i.e. 255) because 1 means non-abort error in hg, but that's another issue.

File last commit:

r35623:45a81636 default
r38042:48853a92 default
Show More
test-check-jshint.t
11 lines | 250 B | text/troff | Tads3Lexer
/ tests / test-check-jshint.t
av6
tests: use jshint when available to check .js files
r35034 #require test-repo jshint hg10
$ . "$TESTDIR/helpers-testrepo.sh"
run jshint on all tracked files ending in .js except vendored dependencies
$ cd "`dirname "$TESTDIR"`"
$ testrepohg locate 'set:**.js' \
> 2>/dev/null \
> | xargs jshint