diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-09-17 22:45:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-09-21 13:30:34 +0300 |
commit | 81564e819135be41c2634841bf48ce88b79731a0 (patch) | |
tree | 2aadaba7075f8f888338ad12c04b7c16846e6b1f /tests | |
parent | f46331d6bcceecc55915c4e940147d6135611d33 (diff) |
Add support for modules that require bootstrap
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/testscript | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 1d7a013..9833491 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+6 +ver = 1.0.0+7 #rep_url = https://build2.org/pkg/1/hello/stable #rfp = FF:DF:7D:38:67:4E:C3:82:65:7E:EE:1F:D4:80:EC:56:C4:33:5B:65:3F:9B:29:9A:30:56:B9:77:B9:F2:01:94 rep_url = https://stage.build2.org/1 @@ -73,10 +73,15 @@ rfp = yes #\ #\ +# To make sure that the test-installed phase succeeds use the build2 driver +# installed into ~/install/bin. +# pkg = libbuild2-hello -ver = 0.1.0-a.0.20200402131859.22b478618203 -rep_url = "https://github.com/build2/libbuild2-hello.git#master" -rep_type = git +ver = 0.1.0-a.0.20200810114133.0dba3a3bd624 +#rep_url = "https://github.com/build2/libbuild2-hello.git#master" +#rep_type = git +rep_url = https://stage.build2.org/1 +rep_type = pkg rfp = yes #\ @@ -90,7 +95,7 @@ rfp = yes #\ pkg = cli -ver = 1.2.0-b.6.20200619094719.2d23842ebf91 +ver = 1.2.0-b.7.20200912105851.511d78c03656 rep_url = https://stage.build2.org/1 rep_type = pkg rfp = yes |