# HG changeset patch # User Augie Fackler # Date 1571147307 14400 # Node ID b21e3a7475015013e9855683d39c86305efcaec9 # Parent 2f314599d5a238e241ae4f779b2701aa7a038b19 tests: fix formatting test after move of black config Differential Revision: https://phab.mercurial-scm.org/D7102 diff -r 2f314599d5a2 -r b21e3a747501 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'`