From 2f06f60246931e409f151d89299b3630d2f1fdb4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 27 Jul 2018 17:39:47 +0300 Subject: Make bdep publish tests to specify --email option --- tests/publish.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/publish.test b/tests/publish.test index fcab32b..43edd42 100644 --- a/tests/publish.test +++ b/tests/publish.test @@ -10,7 +10,8 @@ repository = ($config.bdep.test.repository != [null] \ ? "$config.bdep.test.repository" \ : 'https://stage.build2.org') -test.arguments += --repository "$repository" --control 'none' --yes +test.arguments += --repository "$repository" --control 'none' --yes \ +--email user@example.com cxx = cc "config.cxx=$config.cxx" -- cgit v1.1