From 66eea6d40b7fd2c12b297f7ce55a62e02f4db291 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Dec 2016 22:26:06 +0300 Subject: Make use of casts and canonicalizations in testscripts --- build2/test/script/runner.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/test/script/runner.cxx') diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx index 8e336a3..ee059f4 100644 --- a/build2/test/script/runner.cxx +++ b/build2/test/script/runner.cxx @@ -316,8 +316,8 @@ namespace build2 }; // Register the command explicit cleanups. Verify that the path being - // cleaned up is a sub-path of the root test scope working directory. - // Fail if this is not the case. + // cleaned up is a sub-path of the testscript working directory. Fail + // if this is not the case. // for (const auto& cl: c.cleanups) { @@ -326,7 +326,7 @@ namespace build2 bool wc (np.leaf ().string () == "***"); const path& cp (wc ? np.directory () : np); - const path& wd (sp.root->wd_path); + const dir_path& wd (sp.root->wd_path); if (!cp.sub (wd)) fail (ll) << (wc -- cgit v1.1