From be096fd263246de72f21bd7c0d4db52b5af43203 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 23 Jan 2020 23:09:19 +0300 Subject: Fix integration test --- tests/integration/testscript | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/tests/integration/testscript b/tests/integration/testscript index 5475b12..d06ff97 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -50,7 +50,7 @@ wait = 1 # Seconds. controller = --fake-request ../task --dump-result pkg = libhello -ver = 1.0.0+4 +ver = 1.0.0+5 #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 @@ -80,6 +80,13 @@ rep_url = "https://github.com/build2/libbuild2-hello.git#master" rep_type = git rfp = yes #\ +#\ +pkg = curl +ver = 7.67.0 +rep_url = https://pkg.cppget.org/1/testing +rep_type = pkg +rfp = yes +#\ # Note that we also need to make sure that the installed package libraries are # properly imported when configuring and running tests, and that the installed @@ -87,11 +94,9 @@ rfp = yes # config = "\"config.install.root='$~/install'\" \ bpkg:--fetch-timeout=60 \ +\"config.bin.rpath='$~/install/lib'\" \ b.test-installed.configure:\"config.cc.loptions=-L'$~/install/lib'\" \ -b.test-installed.configure:\"config.bin.rpath='$~/install/lib'\" \ -b.test-installed:--progress \ -bpkg.test-installed.create:\"config.cc.loptions=-L'$~/install/lib'\" \ -bpkg.test-installed.create:\"config.bin.rpath='$~/install/lib'\"" +bpkg.test-installed.create:\"config.cc.loptions=-L'$~/install/lib'\"" +cat <<"EOI" >=task : 1 -- cgit v1.1