diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-07 20:32:51 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-13 14:39:28 +0300 |
commit | 54c937f78562fc6a5d2ea01c8747c62ccea980cb (patch) | |
tree | 78a20650a672ce21f1dcc0ead42201b469af2426 /tests/publish.testscript | |
parent | 68c92132369f15156a8242d4cb1567ca38d602fa (diff) |
Split -am git options in testscripts
Diffstat (limited to 'tests/publish.testscript')
-rw-r--r-- | tests/publish.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/publish.testscript b/tests/publish.testscript index 28b153d..c28a6a3 100644 --- a/tests/publish.testscript +++ b/tests/publish.testscript @@ -245,7 +245,7 @@ g = git -C prj >! 2>! info: use --force=uncommitted to publish anyway EOE - $g commit -am 'Version'; + $g commit -a -m 'Version'; $* 2>>~%EOE% %package submission is queued(: \.*prj/1.0.16)?%d @@ -276,7 +276,7 @@ g = git -C prj >! 2>! # sleep 1; - $g commit -am 'Version'; + $g commit -a -m 'Version'; $* 2>>~%EOE% != 0; synchronizing: |