Skip to content

Commit b58b3bc

Browse files
committed
TestLab fix
1 parent d91fdc5 commit b58b3bc

File tree

1 file changed

+1
-1
lines changed
  • mithril-test-lab/mithril-end-to-end-legacy/src/Mithril

1 file changed

+1
-1
lines changed

mithril-test-lab/mithril-end-to-end-legacy/src/Mithril/TestRunner.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ testRunnerProcess cwd = do
3030
Just $ []
3131
<> baseEnv
3232
unlessM (doesFileExist testRunner) $ failure $ "cannot find 'mithril-end-to-end' executable in expected location (" <> binDir <> ")"
33-
pure $ (proc testRunner ["--db-directory", "db", "--bin-directory", ".", "-vvv"]) {cwd, env}
33+
pure $ (proc testRunner ["--db-directory", "db", "--bin-directory", "."]) {cwd, env}

0 commit comments

Comments
 (0)