diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-11-18 20:06:50 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-11-19 08:51:05 +0200 |
commit | 3d0acac30c78288b718b45905cb3d1961b1caed5 (patch) | |
tree | bd6dab44a673f4686fce1e3fc0970ac49dfc61e8 /tests/submit/submit-git.testscript | |
parent | ee9afe3a6ee7dc87196f74fe6567eed1db9015ea (diff) |
Pass git-clone diagnostics to user on package submission failure
Diffstat (limited to 'tests/submit/submit-git.testscript')
-rw-r--r-- | tests/submit/submit-git.testscript | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/submit/submit-git.testscript b/tests/submit/submit-git.testscript index 5197afc..ecd0527 100644 --- a/tests/submit/submit-git.testscript +++ b/tests/submit/submit-git.testscript @@ -1064,7 +1064,11 @@ pkg_ctl="$prj_ctl/hello.git" $* "file:///$~/tgt.git" $data_dir >>"EOO" : 1 status: 422 - message: failed to git-clone http://example.com/path/rep.git + message: + \\ + failed to git-clone http://example.com/path/rep.git + info: repository 'http://example.com/path/rep.git/' not found + \\ reference: $checksum EOO } |