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 ad31c78..e51d97b 100644
--- a/test/TestUtils.hs
+++ b/test/TestUtils.hs
@@ -7,7 +7,8 @@ testConfig :: Config
testConfig = Config {
configScriptFileName = Nothing,
configVerboseMode = False,
- configShowHelp = False
+ configShowHelp = False,
+ configPrintEvaled = False
}
testRunL :: LContext a -> IO (Either LException a)