diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-27 17:39:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-27 17:39:47 +0300 |
commit | 2f06f60246931e409f151d89299b3630d2f1fdb4 (patch) | |
tree | 5b2f79b3159725858f98250267f86f94a4cb0e73 /tests/publish.test | |
parent | 2936f9c7c9eb330e71cb28c1493761310330b420 (diff) |
Make bdep publish tests to specify --email option
Diffstat (limited to 'tests/publish.test')
-rw-r--r-- | tests/publish.test | 3 |
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" |