diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-23 17:32:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-25 13:38:11 +0300 |
commit | 5f85dd75c096b57a085737a8164099cb1ef19181 (patch) | |
tree | 43f0e2f264f8e66ff01a5b370dac8f9588085a1e /tests | |
parent | 7e7dee76c870917866fd23f385211ee8101705b4 (diff) |
Always print reference submit result manifest value if present
Diffstat (limited to 'tests')
-rw-r--r-- | tests/publish.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/publish.test b/tests/publish.test index 61f7a60..63faf9c 100644 --- a/tests/publish.test +++ b/tests/publish.test @@ -61,7 +61,7 @@ windows = ($cxx.target.class == 'windows') upgrade prj/1.0.1 submitting prj-1.0.1.tar.gz %.* - %prj/1\.0\.1 submission is queued \(.{12}\)% + %(prj/1\.0\.1 )?submission is queued \(.{12}\)% EOE } @@ -186,6 +186,7 @@ windows = ($cxx.target.class == 'windows') submitting prj-1.0.5.tar.gz %.* error: duplicate submission + % info: reference: .{12}%? EOE } @@ -205,7 +206,6 @@ windows = ($cxx.target.class == 'windows') %.* error: submission handling failed % info: consider reporting this to .+ repository maintainers% - % info: checksum: .{64}% EOE } @@ -225,7 +225,6 @@ windows = ($cxx.target.class == 'windows') %.* error: HTTP status code 500 (internal server error) % info: consider reporting this to .+ repository maintainers% - % info: checksum: .{64}% EOE } } |