summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-27 17:39:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-27 17:39:47 +0300
commit2f06f60246931e409f151d89299b3630d2f1fdb4 (patch)
tree5b2f79b3159725858f98250267f86f94a4cb0e73 /tests
parent2936f9c7c9eb330e71cb28c1493761310330b420 (diff)
downloadbdep-2f06f60246931e409f151d89299b3630d2f1fdb4.tar.gz
bdep-2f06f60246931e409f151d89299b3630d2f1fdb4.tar.xz
bdep-2f06f60246931e409f151d89299b3630d2f1fdb4.zip
Make bdep publish tests to specify --email option
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 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"