Skip to content

Commit d902ea6

Browse files
committed
Change the debug.
1 parent 5799ca5 commit d902ea6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rules_haskell_tests/tests/RunTests.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ bazelQuery q = lines <$> runIO (Process.readProcess "bazel" ["query", q] "")
170170

171171
shutdownBazel :: IO ()
172172
shutdownBazel = do
173-
putStrLn "MADE IT!"
173+
-- DEBUG BEGIN
174+
putStrLn "Shutting down Bazel."
175+
-- DEBUG END
174176
assertSuccess (bazel ["shutdown"])
175177
pure ()
176178

0 commit comments

Comments
 (0)