From 7f542fa01b2ee3d9ba36ecf5d0783c3eae00a2c9 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 21 Sep 2018 15:04:28 -0700 Subject: 4573 --- 003trace.cc | 2 +- subx/003trace.cc | 2 +- transect/003trace.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/003trace.cc b/003trace.cc index be5f71a9..ec1c876a 100644 --- a/003trace.cc +++ b/003trace.cc @@ -180,7 +180,7 @@ bool Dump_trace = false; // if set, print trace lines to screen string Dump_label = ""; // if set, print trace lines matching a single label to screen :(before "End Reset") Hide_errors = false; -Dump_trace = false; +Dump_trace = false; // toggle this to print traces to screen as they are emitted Dump_label = ""; :(before "End Includes") diff --git a/subx/003trace.cc b/subx/003trace.cc index fd3d9cf6..863289dc 100644 --- a/subx/003trace.cc +++ b/subx/003trace.cc @@ -183,7 +183,7 @@ string Dump_label = ""; // if set, print trace lines matching a single label to :(before "End Reset") Hide_errors = false; Hide_warnings = false; -Dump_trace = false; +Dump_trace = false; // toggle this to print traces to screen as they are emitted Dump_label = ""; //: Never dump warnings in scenarios :(before "End Test Setup") diff --git a/transect/003trace.cc b/transect/003trace.cc index 35db0169..fcbf26c0 100644 --- a/transect/003trace.cc +++ b/transect/003trace.cc @@ -179,7 +179,7 @@ bool Dump_trace = false; // if set, print trace lines to screen string Dump_label = ""; // if set, print trace lines matching a single label to screen :(before "End Reset") Hide_errors = false; -Dump_trace = false; +Dump_trace = false; // toggle this to print traces to screen as they are emitted Dump_label = ""; :(before "End Includes") -- cgit 1.4.1-2-gfad0