From a4bcb9f98b00885823c8c9b2b5fc53bc52c1edc9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 31 May 2017 14:19:18 +0300 Subject: Fix testscript runner not to remove special files with wildcard cleanups --- build2/test/script/script.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/test/script/script.cxx') diff --git a/build2/test/script/script.cxx b/build2/test/script/script.cxx index cb114a6..7ddd63a 100644 --- a/build2/test/script/script.cxx +++ b/build2/test/script/script.cxx @@ -489,6 +489,12 @@ namespace build2 i->type = c.type; } + void scope:: + clean_special (path p) + { + special_cleanups.emplace_back (move (p)); + } + // script_base // script_base:: -- cgit v1.1