Mercurial > hg
view tests/test-check-jshint.t @ 40469:f8154ddaaed3
run-tests: explicitly declare the list of dropped environment variable
It will make the list clearer and more maintainable.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 19 Oct 2018 01:52:16 +0200 |
parents | 45a816361926 |
children |
line wrap: on
line source
#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