test-check-format.t
11 lines
| 282 B
| text/troff
|
Tads3Lexer
/ tests / test-check-format.t
r45949 | #require black test-repo | |||
r43365 | ||||
Matt Harbison
|
r47629 | Black needs the real USERPROFILE in order to run on Windows | ||
#if msys | ||||
$ USERPROFILE="$REALUSERPROFILE" | ||||
$ export USERPROFILE | ||||
#endif | ||||
r43365 | $ cd $RUNTESTDIR/.. | |||
Augie Fackler
|
r47532 | $ black --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'` | ||
r43365 | ||||