view tests/test-check-format.t @ 48827:1371c18e467d

setup: remove printf trampoline Differential Revision: https://phab.mercurial-scm.org/D12271
author Augie Fackler <augie@google.com>
date Wed, 02 Mar 2022 10:07:49 -0500
parents 41d43d12c2c4
children
line wrap: on
line source

#require black test-repo

Black needs the real USERPROFILE in order to run on Windows
#if msys
  $ USERPROFILE="$REALUSERPROFILE"
  $ export USERPROFILE
#endif

  $ cd $RUNTESTDIR/..
  $ black --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`