From 832cbb532ad1941faf441e5fafa23832537f9839 Mon Sep 17 00:00:00 2001 From: Andreas Fredriksson Date: Mon, 5 Dec 2016 08:54:01 -0800 Subject: [PATCH] Show verbose shell commands in error reports --- test/TundraTest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TundraTest.pm b/test/TundraTest.pm index bb730de2..62560b77 100644 --- a/test/TundraTest.pm +++ b/test/TundraTest.pm @@ -28,7 +28,7 @@ BEGIN { our $DEBUG = 0; our $tundra_path = 'tundra2'; -our $tundra_options = '-D'; +our $tundra_options = '-D -v'; our @tests = (); our $testdir = ""; our $curr_config = "";