aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-01-23 23:09:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-01-24 19:24:29 +0300
commitbe096fd263246de72f21bd7c0d4db52b5af43203 (patch)
tree6ee9e2838e0eff29c96c2b04151bd4802ddc6326
parent9c6ec7266021045896a5e6d06407865b7e0d43a2 (diff)
Fix integration test
-rw-r--r--tests/integration/testscript15
1 files 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