diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-09-26 23:28:51 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | 18c241ff7a53625c6f3c4e6f20ee8df5bb37ddf3 (patch) | |
| tree | 7b4df772e103b69b98316a2b902e7d34e6cdbfcb /test/TestUtils.hs | |
| parent | 5fd62d2d3e74e94a8b225f47af074b249ce7f932 (diff) | |
Add kinds of fixes and stuff
Diffstat (limited to 'test/TestUtils.hs')
| -rw-r--r-- | test/TestUtils.hs | 3 |
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) |
