tests: fix formatting test after move of black config
authorAugie Fackler <augie@google.com>
Tue, 15 Oct 2019 09:48:27 -0400
changeset 43237 b21e3a747501
parent 43236 2f314599d5a2
child 43238 101ae8bbfa02
tests: fix formatting test after move of black config Differential Revision: https://phab.mercurial-scm.org/D7102
tests/test-check-format.t
--- a/tests/test-check-format.t	Wed Oct 16 15:27:17 2019 +0200
+++ b/tests/test-check-format.t	Tue Oct 15 09:48:27 2019 -0400
@@ -3,5 +3,5 @@
 (this should use the actual black as soon as possible)
 
   $ cd $RUNTESTDIR/..
-  $ python3 contrib/grey.py -S --quiet --check --diff `hg files 'set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**" - contrib/grey.py'`
+  $ python3 contrib/grey.py --config=black.toml --check --diff `hg files 'set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**" - contrib/grey.py'`