aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/runner.cxx')
-rw-r--r--build2/test/script/runner.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx
index 68a8d32..5991546 100644
--- a/build2/test/script/runner.cxx
+++ b/build2/test/script/runner.cxx
@@ -229,6 +229,10 @@ namespace build2
info << what << ": " << op;
input_info (d);
+
+ // Print cached output.
+ //
+ print_file (d, op, ll);
}
// Fall through (to return false).
@@ -615,6 +619,10 @@ namespace build2
output_info (d, op);
output_info (d, rp, "", " regex");
input_info (d);
+
+ // Print cached output.
+ //
+ print_file (d, op, ll);
}
// Fall through (to return false).