diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-04 17:50:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-04 17:50:45 +0300 |
commit | e4ac31ef79418c4f3f6649c3bf950f343d109e13 (patch) | |
tree | 32eba415c3ec3101c8c0cac56abbaa46012b1e28 /tests | |
parent | 40273d053e3024dc5c9acd063882a848358df4fa (diff) |
Fix publish testscript adding git user name/email
Diffstat (limited to 'tests')
-rw-r--r-- | tests/publish.test | 7 |
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 : { |