diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-22 19:34:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-22 19:34:51 +0200 |
commit | 7e7dee76c870917866fd23f385211ee8101705b4 (patch) | |
tree | b78508ec5316b6f50cbf4417337b96e874bdf439 /tests/publish.test | |
parent | b2c194aa4913afee30a78fc191912b9622a4d9ae (diff) |
Add support for specifying publisher's name in addition to email
Diffstat (limited to 'tests/publish.test')
-rw-r--r-- | tests/publish.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/publish.test b/tests/publish.test index 663066f..61f7a60 100644 --- a/tests/publish.test +++ b/tests/publish.test @@ -23,7 +23,8 @@ repository = ($config.bdep.test.repository == [null] \ : 'https://cppget.org') \ : "$config.bdep.test.repository") -test.arguments += --repository "$repository" --yes --email user@example.com +test.arguments += --repository "$repository" --yes \ + --author-name user --author-email user@example.com cxx = cc "config.cxx=$config.cxx" |