diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2025-02-07 20:22:37 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2025-02-10 10:40:16 +0200 |
commit | 0639cf5212c4214808d98412cfbb8cd9c5091c7c (patch) | |
tree | d3157d95e7572bb23d04c8e7d2b26ac42549387b /tests/publish.testscript | |
parent | e1e2a49cb81479b319e49cb804c4ddfb11383bf7 (diff) |
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 9c0f7e2..56aa487 100644 --- a/tests/publish.testscript +++ b/tests/publish.testscript @@ -431,7 +431,7 @@ g = [cmdline] git -C prj >! 2>! info: use --force=uncommitted to publish anyway EOE - $g commit -a -m 'Version'; + $g commit -a -m 'Version' --no-verify; $* 2>>~%EOE% %package submission is queued(: \.*prj/1.0.16)?%d @@ -462,7 +462,7 @@ g = [cmdline] git -C prj >! 2>! # sleep 1; - $g commit -a -m 'Version'; + $g commit -a -m 'Version' --no-verify; $* 2>>~%EOE% != 0; synchronizing: |