tests: fix formatting test after move of black config
Differential Revision: https://phab.mercurial-scm.org/D7102
--- 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'`