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/script | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/test/script/script') diff --git a/build2/test/script/script b/build2/test/script/script index ab54ad0..0b3a05e 100644 --- a/build2/test/script/script +++ b/build2/test/script/script @@ -151,7 +151,7 @@ namespace build2 redirect out; redirect err; - build2::cleanups cleanups; + script::cleanups cleanups; command_exit exit {exit_comparison::eq, 0}; }; @@ -200,7 +200,7 @@ namespace build2 optional desc; - build2::cleanups cleanups; + test::script::cleanups cleanups; // Variables. // @@ -236,7 +236,7 @@ namespace build2 // cleanup type if this path is already registered. // void - clean (cleanup p, bool implicit); + clean (cleanup, bool implicit); public: virtual -- cgit v1.1