diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-23 23:56:04 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-23 23:56:04 +0300 |
commit | e407b571aa418e28d4f06983460d96b2cae9e8b2 (patch) | |
tree | 0f69accb022aafc3b5e904ecb78bb896e3bf66f8 /tests | |
parent | 83b5ca6585813d99730e73ecd22b9fa97db42934 (diff) |
Adapt to inventing package_name type
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/testscript | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 97fb2a5..be4a4f8 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -50,8 +50,10 @@ controller = --fake-request ../task --dump-result pkg = libhello ver = 1.0.0 -rep = 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 = 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 = https://hello.stage.build2.org/1/stable/ +rfp = yes #\ pkg = bpkg @@ -122,5 +124,5 @@ a = $0 chmod ugo+x $target; sleep $wait; $w --verbose 3 --startup --tftp-host $tftp --environments $~ \ - &build/*** &?build-installed/*** &manifest 2>| + &build/*** &?build-installed/*** &task.manifest 2>| } |