From 35c9e7698e768883065d944b2c43e5af9cb37ee4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 31 Oct 2016 21:21:17 +0300 Subject: Update test runner to accommodate cleanup types --- build2/test/script/parser.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/test/script/parser.cxx') diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx index e3194cb..4c7b17b 100644 --- a/build2/test/script/parser.cxx +++ b/build2/test/script/parser.cxx @@ -912,7 +912,8 @@ namespace build2 case pending::clean: { - c.cleanups.push_back (parse_path (move (w), "cleanup path")); + c.cleanups.push_back ( + {cleanup_type::always, parse_path (move (w), "cleanup path")}); break; } } -- cgit v1.1