diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-02-09 16:35:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-02-11 01:01:56 +0300 |
commit | 4a416fd328d685b0946e5e6f40e5ea18e9c1adf0 (patch) | |
tree | 267dc00e8f430784b856cacefa6cfdc4ed039b5e /tests/test/config-test | |
parent | 4219d7f14e5c63e251f83fd0fff32b707e412cd6 (diff) |
Add support for &dir/*[*][/] test path cleanup syntax
Diffstat (limited to 'tests/test/config-test')
-rw-r--r-- | tests/test/config-test/testscript | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript index 0851da7..2c262b7 100644 --- a/tests/test/config-test/testscript +++ b/tests/test/config-test/testscript @@ -7,8 +7,7 @@ test.options = --jobs 1 --quiet test.arguments = 'test(../proj/@./)' # Test out-of-src (for parallel). -#test.cleanups = &**/ # Cleanup out directory structure. -test.cleanups = &!./ #@@ TMP +test.cleanups = &**/ # Cleanup out directory structure. +mkdir proj +mkdir proj/build @@ -192,9 +191,3 @@ EOO $* config.test=tests/@{basics/baz/bar} >>EOO tests/script/basics/baz/bar EOO - -# @@ TMP HACK -# --rm -r all/ alias-pass/ alias-test/ alias-pass-test/ alias-pass-id-only/ \ - target-simple/ target-script/ id/ target-id/ target-ids/ id-group/ \ - id-in-group/ |