about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--050scenario.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/050scenario.cc b/050scenario.cc
index d5a9d514..9b6182bc 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -780,6 +780,7 @@ case CHECK_TRACE_COUNT_FOR_LABEL: {
   if (count != expected_count) {
     if (!Hide_errors) cerr << '\n';
     raise << "F - " << maybe(current_recipe_name()) << "expected " << expected_count << " lines in trace with label '" << label << "' in trace\n" << end();
+    if (!Hide_errors) DUMP(label);
     if (!Scenario_testing_scenario) Passed = false;
   }
   break;