diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-24 18:21:39 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-26 17:50:24 +0300 |
commit | 4fcd32b536f3d29755b1fecc7e3f06be64f996ca (patch) | |
tree | 4aebf6eeb7ac4de316ddc91b92c264f252f86d44 /tests/common.test | |
parent | 12a5375f25d6a7be5a5741c728a8f9b8168761a4 (diff) |
Add support for rep-list and rep-remove, update rep-add
Diffstat (limited to 'tests/common.test')
-rw-r--r-- | tests/common.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common.test b/tests/common.test index b919da4..4002df3 100644 --- a/tests/common.test +++ b/tests/common.test @@ -33,6 +33,8 @@ rep_add = $* rep-add rep_create = $* rep-create rep_fetch = $* rep-fetch rep_info = $* rep-info +rep_list = $* rep-list +rep_remove = $* rep-remove # All testscripts are named after bpkg commands, for example pkg-verify.test. # So the testscript scope id is a name of the command being tested. |