summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-08-04 18:05:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-04 18:05:00 +0300
commit91d2681710b33aada66c6bd335eb7c273ced8787 (patch)
treea3d2d178c07a39892af475e6e8a46bd76fa142c3 /tests
parente4ac31ef79418c4f3f6649c3bf950f343d109e13 (diff)
downloadbdep-91d2681710b33aada66c6bd335eb7c273ced8787.tar.gz
bdep-91d2681710b33aada66c6bd335eb7c273ced8787.tar.xz
bdep-91d2681710b33aada66c6bd335eb7c273ced8787.zip
Fix yet another publish test adding git user name/email
Diffstat (limited to 'tests')
-rw-r--r--tests/publish.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/publish.test b/tests/publish.test
index 9157450..a5dc545 100644
--- a/tests/publish.test
+++ b/tests/publish.test
@@ -353,6 +353,8 @@ windows = ($cxx.target.class == 'windows')
# fetch.
#
git clone "$rep" prj2 &prj2/*** 2>!;
+ $g2 config user.name "Test Script";
+ $g2 config user.email "testscript@example.com";
$g2 checkout -b build2-control --track origin/build2-control;
$g2 commit --allow-empty -m 'Dummy1';
$g2 push;