aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/TestUtils.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/TestUtils.hs b/test/TestUtils.hs
index e51d97b..7247ef5 100644
--- a/test/TestUtils.hs
+++ b/test/TestUtils.hs
@@ -8,7 +8,8 @@ testConfig = Config {
configScriptFileName = Nothing,
configVerboseMode = False,
configShowHelp = False,
- configPrintEvaled = False
+ configPrintEvaled = False,
+ configPrintCallStack = False
}
testRunL :: LContext a -> IO (Either LException a)