about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-15 17:11:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-15 17:11:08 -0700
commit606dececcbd6d8c14715c3ccfd027334c72ffae2 (patch)
treed534f82e8f742b5f7cfe09f0fe91cc4589379da8
parentb56c564c050f33f36e594b97af3bf6b6e7699fce (diff)
downloadmu-606dececcbd6d8c14715c3ccfd027334c72ffae2.tar.gz
3910
-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;