# HG changeset patch # User Anton Shestakov # Date 1669894031 -14400 # Node ID 5c095119bff495cb47558c2782dd94bbd3a30bef # Parent ecfc84b956a8cda00a3c5b69bce434029765d7df tests: add the missing space to test-hghave.t (issue6762) log() in run-tests.py add a space to the end of all messages that it prints, and I missed this fact in my previous patch. diff -r ecfc84b956a8 -r 5c095119bff4 tests/test-hghave.t --- a/tests/test-hghave.t Mon Nov 28 16:10:30 2022 +0400 +++ b/tests/test-hghave.t Thu Dec 01 15:27:11 2022 +0400 @@ -25,7 +25,7 @@ > "$PYTHON" $TESTDIR/run-tests.py --with-hg=$HGTEST_REAL_HG -j 1 \ > $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t \ > ) - installed Mercurial in * seconds (glob) (?) + installed Mercurial in * seconds (glob) (?) running 1 tests using 1 parallel processes . # Ran 1 tests, 0 skipped, 0 failed.