diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-10 22:43:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-13 13:29:05 +0300 |
commit | e59343b3267e82aff33a8f73ab82b51345913c06 (patch) | |
tree | ea4a76855089af619fdeb542d94824537337d7cc /tests/pkg-build.testscript | |
parent | 85eff0e9f81a3eeccc67e534f43be7e9f2e75521 (diff) |
Add support for vars grouping for package commands
Diffstat (limited to 'tests/pkg-build.testscript')
-rw-r--r-- | tests/pkg-build.testscript | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index 3834b6f..964eee4 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -2158,13 +2158,6 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! # date on filesystems with a low file timestamps resolution (for example # HFS+). # - # @@ By some reason the following build occasionally re-links, so the - # test fails (most often reproduced on Windows). We will copy the - # configuration directory preserving file timestamps to research the - # issue when it get reproduced. - # - cp -r cfg cfg-backup; - $* ?libhello --yes --keep-out 2>>~%EOE% disfigured libfoo/1.1.0 disfigured libhello/1.0.0 @@ -2579,7 +2572,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! +$rep_add libhello --type dir +$rep_fetch - : vars-global-local + : global-and-local : { $clone_cfg; @@ -2599,7 +2592,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! $pkg_drop libhello } - : vars-options + : global-and-options : { $clone_cfg; |