diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-12 12:38:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-12 13:24:43 +0300 |
commit | 392c6003321047421467e07eac31e12875377ead (patch) | |
tree | 0f5046cfa64a8d7dca4c12b500d868fd5ecc8ff9 /tests | |
parent | 5ca542f427169b4fa049ff832184d23670887c64 (diff) |
Add more step ids to worker script
Also rename bpkg.test-installed.{configure.build,update,test} to
bpkg.test-separate-installed.*.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index fe1b578..e9b0db1 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -108,7 +108,7 @@ rfp = yes #\ pkg = cli -ver = 1.2.0-b.7.20200803080502.02dac36b07e8 +ver = 1.2.0-b.7.20210311174126.7aba3e27228e rep_url = "https://git.codesynthesis.com/cli/cli.git#adhoc-recipe" rep_type = git #rep_url = https://stage.build2.org/1 @@ -118,8 +118,8 @@ rfp = yes #\ pkg = libxsd -ver = 4.2.0-b.1.20210215122732.91a2243739fd -rep_url = "https://git.codesynthesis.com/xsd/xsd.git#build2" +ver = 4.2.0-b.1.20210302135218.6a71bc57f6eb +rep_url = "https://git.codesynthesis.com/xsd/xsd.git#master" rep_type = git #rep_url = https://stage.build2.org/1 #rep_type = pkg |