diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-15 17:49:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-15 17:55:05 +0300 |
commit | db6b883b9ea641f1be90cf5dab5e19ab635b788e (patch) | |
tree | f3d4af0f1ffb51161b8a2326a23c479850bd0b32 /tests/publish.testscript | |
parent | 7ba4647e0c80740151f1d57b95fc7cd06a97bb28 (diff) |
Adjust comment in publish testscript
Diffstat (limited to 'tests/publish.testscript')
-rw-r--r-- | tests/publish.testscript | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/publish.testscript b/tests/publish.testscript index 2e7e215..d871e7d 100644 --- a/tests/publish.testscript +++ b/tests/publish.testscript @@ -568,10 +568,11 @@ g = git -C prj >! 2>! # Reproduce the situation when the local build2-control branch exists but # the remote-tracking one doesn't (see brep/publish.cxx for details). # - # @@ git 2.32.0 seems to no longer print "Branch set up to track ...". - # $g branch -Dr origin/build2-control; + # Note that the push operation is fixed in git 2.32.0 not to print "Branch + # set up to track ..." in the quiet mode. + # $* >&2 2>>~%EOE%; synchronizing: upgrade prj/1.0.13 |