aboutsummaryrefslogtreecommitdiff
path: root/build/operation.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-23 09:59:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-23 09:59:52 +0200
commit3c57a25a4d6a80301ece82ab33f1394e34f8b873 (patch)
tree2ff64ebcfab74f90e81fdd2963fb653630d6d17b /build/operation.cxx
parent34e5a2da18f76c7d7de79a5c12b0e85ee89c4095 (diff)
Basic test support
Diffstat (limited to 'build/operation.cxx')
-rw-r--r--build/operation.cxx8
1 files changed, 4 insertions, 4 deletions
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