From 81564e819135be41c2634841bf48ce88b79731a0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Sep 2020 22:45:41 +0300 Subject: Add support for modules that require bootstrap --- tests/integration/testscript | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'tests') 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 -- cgit v1.1