From 3c57a25a4d6a80301ece82ab33f1394e34f8b873 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Jul 2015 09:59:52 +0200 Subject: Basic test support --- build/operation.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build/operation.cxx') diff --git a/build/operation.cxx b/build/operation.cxx index 61111fe..9bfa8d2 100644 --- a/build/operation.cxx +++ b/build/operation.cxx @@ -139,7 +139,7 @@ namespace build // Be quiet in pre/post operations. // if (a.outer_operation () == 0) - info << diag_already_done (a, t); + info << diag_done (a, t); break; } case target_state::changed: @@ -176,7 +176,7 @@ namespace build // Be quiet in pre/post operations. // if (a.outer_operation () == 0) - info << diag_already_done (a, t); + info << diag_done (a, t); break; } case target_state::unknown: // Assume something was done to it. @@ -221,7 +221,7 @@ namespace build "update", "update", "updating", - "up to date", + "is up to date", execution_mode::first, nullptr, nullptr @@ -231,7 +231,7 @@ namespace build "clean", "clean", "cleaning", - "clean", + "is clean", execution_mode::last, nullptr, nullptr -- cgit v1.1