diff options
Diffstat (limited to 'tests/ci.testscript')
-rw-r--r-- | tests/ci.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ci.testscript b/tests/ci.testscript index 7c106ee..9aae4ea 100644 --- a/tests/ci.testscript +++ b/tests/ci.testscript @@ -20,7 +20,7 @@ end # Create the remote repository. # +mkdir --no-cleanup prj.git -+git -C prj.git init --bare 2>! >&2 &prj.git/*** ++git -C prj.git init --bare --quiet &prj.git/*** # Adjust the local repository and push it to the remote one. # @@ -241,7 +241,7 @@ windows = ($cxx.target.class == 'windows') # Create the remote repository. # +mkdir --no-cleanup prj.git - +git -C prj.git init --bare 2>! >&2 &prj.git/*** + +git -C prj.git init --bare --quiet &prj.git/*** # Create the local repository and push it to the remote one. # |