aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-04-20 21:40:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-04-24 22:46:51 +0300
commit23103a6e42d2901b0f5e52d56b232368a0035f0d (patch)
treedc7de5db3eea6b47327e258fd556d0b579d1a5b4 /tests
parent73ad5d9e292da525cebbf5da35a81750bf89218a (diff)
Add support for bbot.bindist.upload and bbot.upload steps in worker
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/testscript14
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript
index 87070a5..22f9a5f 100644
--- a/tests/integration/testscript
+++ b/tests/integration/testscript
@@ -82,6 +82,8 @@ package_config = "package-config:
+bpkg.bindist.archive:--archive-build-meta=
bpkg.bindist.archive:config.install.relocatable=true
++bbot.bindist.upload:
+
bbot.sys-install.tar.extract:--directory=$~
bbot.sys-install.tar.extract:--strip-components=1
@@ -167,10 +169,10 @@ host = 'host: true'
#\
package_config = 'package-config:
\
-{ config.libbuild2-kconfig-tests.extras=true }+ libbuild2-kconfig-tests
+{ config.libbuild2_kconfig-tests.extras=true }+ libbuild2-kconfig-tests
\'
#\
-#package_config = 'package-config: config.libbuild2-kconfig.develop=true'
+#package_config = 'package-config: config.libbuild2_kconfig.develop=true'
#package_config = 'package-config: -bpkg.install:'
#\
package_config = "package-config:
@@ -244,8 +246,8 @@ host='host: true'
package_config = "package-config:
\\
{ config.cli.extras=true }+ cli
-{ config.cli-tests.extras=true }+ cli-tests
-{ config.cli-examples.extras=true }+ cli-examples
+{ config.cli_tests.extras=true }+ cli-tests
+{ config.cli_examples.extras=true }+ cli-examples
\\"
#\
#\
@@ -297,7 +299,7 @@ host='host: true'
package_config = "package-config:
\\
?sys:libxerces-c --sys-install --sys-yes
-{ config.xsd-tests.extras=true }+ xsd-tests
+{ config.xsd_tests.extras=true }+ xsd-tests
+bpkg.bindist.archive:--archive-build-meta=
bbot.sys-install.tar.extract:--directory=$~
bbot.sys-install.tar.extract:--strip-components=1
@@ -442,6 +444,6 @@ a = $0
&?dist/*** &?redist/*** &?bindist/*** \
&?dist-install/*** &?redist-install/*** \
&?dist-installed/*** &?redist-installed/*** \
- &?../usr/*** \
+ &?../usr/*** &?upload/*** &?upload.tar \
&task.manifest <| 2>|
}