diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-18 22:44:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-27 14:23:15 +0300 |
commit | 2936f9c7c9eb330e71cb28c1493761310330b420 (patch) | |
tree | f0503410d1e0d1caa360348eb96ed45e3a2ef28a /tests/common.test | |
parent | f283fbea934a1a2bad3fa1df25a82717e6b11aac (diff) |
Implement package archive upload
Diffstat (limited to 'tests/common.test')
-rw-r--r-- | tests/common.test | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/tests/common.test b/tests/common.test index d85e038..8de78d7 100644 --- a/tests/common.test +++ b/tests/common.test @@ -23,15 +23,16 @@ test.options += --build $build # (for example, to make sure that configuration post-test state is valid and is # as expected). # -clean = $* clean -deinit = $* deinit -init = $* init -fetch = $* fetch -new = $* new --no-checks -status = $* status -sync = $* sync -update = $* update -config = $* config +clean = $* clean +deinit = $* deinit +init = $* init +fetch = $* fetch +new = $* new --no-checks +status = $* status +sync = $* sync +update = $* update +config = $* config +publish = $* publish # All testscripts are named after bdep commands, for example sync.test. So the # testscript scope id is a name of the command being tested. |