diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-31 19:42:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-31 23:09:42 +0300 |
commit | fb0d88b8b1e66e17e8a82144163c28dcfa4013d1 (patch) | |
tree | 7472ca890833f2d8c8c200379b285e3cfd0b5adb /tests | |
parent | 83f1f8a93e57f6c70e6158f9200a7cbb323fa67a (diff) |
Fix operation status merge for shared logs in bbot worker
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/testscript | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 9cbb00e..7970f0c 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -74,14 +74,15 @@ rfp = yes #\ pkg = libbuild2-hello -ver = 0.1.0-a.0.20191106105744.1ad196b43c42 +ver = 0.1.0-a.0.20200303044811.aeb178751f6a rep_url = "https://github.com/build2/libbuild2-hello.git#master" rep_type = git rfp = yes #\ + #\ pkg = curl -ver = 7.67.0 +ver = 7.67.0+8 rep_url = https://pkg.cppget.org/1/testing rep_type = pkg rfp = yes |