aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/parser.cxx')
-rw-r--r--build2/test/script/parser.cxx3
1 files changed, 2 insertions, 1 deletions
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;
}
}