diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-19 18:16:40 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-19 18:16:40 +0300 |
commit | 6bbf6390d95941cd5ead6eba649edc2a7fec9d21 (patch) | |
tree | e53fc013def290d6b1e130c1549c56d04346b316 /tests/pkg-update.testscript | |
parent | 23dfd50930bfe3d7135a567e7c67eea21aeece98 (diff) |
Fix some testscripts properly setting config.cxx variable
Diffstat (limited to 'tests/pkg-update.testscript')
-rw-r--r-- | tests/pkg-update.testscript | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/pkg-update.testscript b/tests/pkg-update.testscript index 9a1cf7d..c50b026 100644 --- a/tests/pkg-update.testscript +++ b/tests/pkg-update.testscript @@ -48,7 +48,9 @@ &$out/hello/signature.manifest end -pkg_configure += -d cfg config.cxx=$quote($recall($cxx.path) $cxx.mode, true) 2>! +config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.mode, true) + +pkg_configure += -d cfg $config_cxx 2>! pkg_disfigure += -d cfg pkg_fetch += -d cfg 2>! pkg_purge += -d cfg @@ -137,7 +139,7 @@ $* 2>>EOE != 0 : vars : { - +$clone_cfg + +$cfg_create cxx $config_cxx -d cfg 2>- &cfg/*** +$rep_fetch $rep/hello --trust $cert_fp &cfg/.bpkg/certs/** : global-and-local |