aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"