summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-08-04 17:50:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-04 17:50:45 +0300
commite4ac31ef79418c4f3f6649c3bf950f343d109e13 (patch)
tree32eba415c3ec3101c8c0cac56abbaa46012b1e28 /tests
parent40273d053e3024dc5c9acd063882a848358df4fa (diff)
downloadbdep-e4ac31ef79418c4f3f6649c3bf950f343d109e13.tar.gz
bdep-e4ac31ef79418c4f3f6649c3bf950f343d109e13.tar.xz
bdep-e4ac31ef79418c4f3f6649c3bf950f343d109e13.zip
Fix publish testscript adding git user name/email
Diffstat (limited to 'tests')
-rw-r--r--tests/publish.test7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/publish.test b/tests/publish.test
index f5ecc3a..9157450 100644
--- a/tests/publish.test
+++ b/tests/publish.test
@@ -238,11 +238,14 @@ windows = ($cxx.target.class == 'windows')
+$clone_prj
+ g = git -C prj >! 2>!
+
+ +$g config user.name "Test Script"
+ +$g config user.email "testscript@example.com"
+
clone_rep = cp --no-cleanup -r ../prj.git ./ &prj.git/***
clone_prj = cp --no-cleanup -r ../prj ./ &prj/***
- g = git -C prj >! 2>!
-
: success
:
{