about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/050scenario.cc b/050scenario.cc
index b0388dc6..eec1bd84 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -692,10 +692,7 @@ case CHECK_TRACE_COUNT_FOR_LABEL: {
       // just testing scenario support
       raise << maybe(current_recipe_name()) << "expected " << expected_count << " lines in trace with label '" << label << "' in trace\n" << end();
     }
-    if (!Scenario_testing_scenario) {
-      Passed = false;
-      ++Num_failures;
-    }
+    if (!Scenario_testing_scenario) Passed = false;
   }
   break;
 }