diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-31 18:57:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-01 13:56:33 +0300 |
commit | 7e289b3c2788325b11571d2b1bebe7f413cebd37 (patch) | |
tree | d48a651ffe2ed2e230c9fae3d58ba7785061c683 /tests/test/config-test/testscript | |
parent | 33e77af6cc7e3562d684e8b24c43a613a123211c (diff) |
Implement new testscript cleanup wildcards semantics
Diffstat (limited to 'tests/test/config-test/testscript')
-rw-r--r-- | tests/test/config-test/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript index d918a3b..0d08eb0 100644 --- a/tests/test/config-test/testscript +++ b/tests/test/config-test/testscript @@ -7,7 +7,7 @@ test.options = --serial-stop --quiet test.arguments = 'test(../proj/@./)' # Test out-of-src (for parallel). -test.cleanups = &**/ # Cleanup out directory structure. +test.cleanups = &?**/ # Cleanup out directory structure. +mkdir proj +mkdir proj/build |