diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-08-29 13:05:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-08-29 15:49:42 +0300 |
commit | 9d47b6eeba8038978f860fbdb9370b081bd9bb40 (patch) | |
tree | c7596496c256a921cf8168313a14fcdf3f080f18 /tests | |
parent | 95aa319c1548fc81dfd018adc5ae8ec8db2e2f9c (diff) |
Fix worker not to pass to tar arguments for less specific step ids
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/testscript | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 060029e..1e78dfe 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -104,16 +104,15 @@ bpkg.bindist.archive:config.install.relocatable=true +bbot.bindist.upload: -bbot.sys-install.tar.extract:--directory=$sys_install_dir -bbot.sys-install.tar.extract:--strip-components=3 - b.test-installed.configure:config.cc.loptions='-L$sys_install_dir/lib' bpkg.test-separate-installed.create:config.cc.loptions='-L$sys_install_dir/lib' bpkg.create:config.bin.rpath=[null] \\" config = "$config bpkg.create:config.install.root=\"'$~/usr/local'\" \ -bbot.sys-install:config.install.root=\"'$sys_install_dir'\"" +bbot.sys-install:config.install.root=\"'$sys_install_dir'\" \ +bbot.sys-install.tar.extract:--directory=\"$sys_install_dir\" \ +bbot.sys-install.tar.extract:--strip-components=3" +export LD_LIBRARY_PATH="$sys_install_dir/lib:$getenv('LD_LIBRARY_PATH')" #\ #\ |