summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/TestMode.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TestMode.hs b/src/TestMode.hs
index c052fb9..33f2493 100644
--- a/src/TestMode.hs
+++ b/src/TestMode.hs
@@ -89,7 +89,7 @@ runSingleTest test = do
globals <- gets tmsGlobals
mbconfig <- asks tmiConfig
let opts = defaultTestOptions
- { optDefaultTool = fromMaybe "" $ configTool =<< mbconfig
+ { optDefaultTool = fromMaybe "/bin/true" $ configTool =<< mbconfig
, optTestDir = ".test" <> show num
, optKeep = True
}