diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-02 20:46:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-04 14:54:39 +0300 |
commit | 25d0d6d095b80223f58a02dc95c0d475bc58a64e (patch) | |
tree | 5ccfbfe6ae38dd77ef7eac0284433301b9aa5245 /tests/integration | |
parent | 3a3660bb2b88b1f7f7820fc179942221d3a72bb4 (diff) |
Minor cleanups
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index eef7981..21570bf 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -49,7 +49,7 @@ wait = 1 # Seconds. controller = --fake-request ../task --dump-result pkg = libhello -ver = 1.0.0+7 +ver = 1.0.0+8 #rep_url = "https://git.build2.org/hello/libhello.git#1.0" #rep_type = git rep_url = https://stage.build2.org/1 @@ -141,7 +141,7 @@ tests="tests: libxsd-tests == $ver" #\ pkg = xsd -ver = 4.2.0-b.1.20211014095925.62e38666e63f +ver = 4.2.0-b.2.20211026100043.e5d2958ee052 rep_url = "https://git.codesynthesis.com/xsd/xsd.git#master" rep_type = git #rep_url = https://queue.stage.build2.org/1 |