diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-03-07 21:58:40 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-03-08 14:23:04 +0300 |
commit | dd3c35fd102018c51d31e75345c4cf8ecab75848 (patch) | |
tree | 8eb1c9d877ae978f99ed415cdc70f6b006196621 /tests | |
parent | 422563c63b2aedaa32fa217aca92b369ac4be755 (diff) |
Determine config.install.root differently for various primary package types
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/testscript | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 94a718d..2a49dfd 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -49,12 +49,13 @@ wait = 1 # Seconds. controller = --fake-request ../task --dump-result pkg = libhello -ver = 1.0.0+8 +ver = 1.0.0+9 #rep_url = "https://git.build2.org/hello/libhello.git#1.0" #rep_type = git rep_url = https://stage.build2.org/1 rep_type = pkg rfp = yes +#host='host: true' #dependency_checksum = 'dependency-checksum: e6f10587696020674c260669f4e7000a0139df72467bff9770aea2f2b8b57ba0' #\ @@ -78,7 +79,7 @@ rfp = yes # #\ pkg = libbuild2-hello -ver = 0.1.0-a.0.20210928065245.4c3109c2b741 +ver = 0.1.0-a.0.20220111112708.b719144c077f rep_url = "https://github.com/build2/libbuild2-hello.git#master" rep_type = git #rep_url = https://stage.build2.org/1 @@ -92,7 +93,7 @@ host='host: true' # #\ pkg = libbuild2-kconfig -ver = 0.1.0-a.0.20210928065354.40a5c6beeb5c +ver = 0.2.0-a.0.20220120072650.3f6d1ccab040 rep_url = "https://github.com/build2/libbuild2-kconfig.git#master" rep_type = git #ver = 0.1.0-a.0.20200910053253.a71aa3f3938b @@ -116,7 +117,7 @@ rfp = yes #\ pkg = cli -ver = 1.2.0-b.8.20211123111254.927cc0443f6e +ver = 1.2.0-b.8.20220218142801.83de480a8bab rep_url = "https://git.codesynthesis.com/cli/cli.git#master" rep_type = git #rep_url = https://stage.build2.org/1 @@ -141,7 +142,7 @@ tests="tests: libxsd-tests == $ver" #\ pkg = xsd -ver = 4.2.0-b.2.20211026100043.e5d2958ee052 +ver = 4.2.0-b.3.20220224113525.516981000564 rep_url = "https://git.codesynthesis.com/xsd/xsd.git#master" rep_type = git #rep_url = https://queue.stage.build2.org/1 |