From 7e7dee76c870917866fd23f385211ee8101705b4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 22 Aug 2018 19:34:51 +0200 Subject: Add support for specifying publisher's name in addition to email --- tests/publish.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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" -- cgit v1.1