summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-22 19:34:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-08-22 19:34:51 +0200
commit7e7dee76c870917866fd23f385211ee8101705b4 (patch)
treeb78508ec5316b6f50cbf4417337b96e874bdf439 /tests
parentb2c194aa4913afee30a78fc191912b9622a4d9ae (diff)
downloadbdep-7e7dee76c870917866fd23f385211ee8101705b4.tar.gz
bdep-7e7dee76c870917866fd23f385211ee8101705b4.tar.xz
bdep-7e7dee76c870917866fd23f385211ee8101705b4.zip
Add support for specifying publisher's name in addition to email
Diffstat (limited to 'tests')
-rw-r--r--tests/publish.test3
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"