From 8e3a8ffa6579a51f5a9351e1b99c07d3e1fbd234 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Nov 2016 08:51:53 +0200 Subject: Rework test runner --- build2/utility.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build2/utility.cxx') diff --git a/build2/utility.cxx b/build2/utility.cxx index 0e97020..ca6b239 100644 --- a/build2/utility.cxx +++ b/build2/utility.cxx @@ -36,6 +36,9 @@ namespace build2 os << ""; else { + // @@ Is there a reason not to print as a relative path as it is done + // for path (see above)? + // os << p.recall_string (); if (!p.effect.empty ()) -- cgit v1.1