From a3a0574f17424cb67c1be120b01d6b57771bbbfe Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Feb 2016 22:08:27 -0800 Subject: 2709 Only Hide_errors when strictly necessary. In other places let test failures directly show the unexpected error. --- 082scenario_screen.cc | 1 - 1 file changed, 1 deletion(-) (limited to '082scenario_screen.cc') diff --git a/082scenario_screen.cc b/082scenario_screen.cc index 1847cdaf..0b606331 100644 --- a/082scenario_screen.cc +++ b/082scenario_screen.cc @@ -115,7 +115,6 @@ if (s == "screen") return true; :(scenarios run) :(scenario convert_names_does_not_fail_when_mixing_special_names_and_numeric_locations) % Scenario_testing_scenario = true; -% Hide_errors = true; recipe main [ screen:number <- copy 1:number ] -- cgit 1.4.1-2-gfad0 mit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/020run.cc
blob: 1bc4f0bcb397b11e7819e14c4b6d084d77efc516 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11