about summary refs log tree commit diff stats
path: root/subx/003trace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/003trace.cc')
-rw-r--r--subx/003trace.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/subx/003trace.cc b/subx/003trace.cc
index 92f198fc..1aead5a6 100644
--- a/subx/003trace.cc
+++ b/subx/003trace.cc
@@ -184,6 +184,9 @@ Hide_errors = false;
 Hide_warnings = false;
 Dump_trace = false;
 Dump_label = "";
+//: Never dump warnings in scenarios
+:(before "End Test Setup")
+Hide_warnings = true;
 
 :(before "End Includes")
 #define CLEAR_TRACE  delete Trace_stream, Trace_stream = new trace_stream;