Skip to content

Commit

Permalink
Add debugging info to _build/run-tests.ok
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Apr 1, 2023
1 parent 448c87c commit f151fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shakefile/src/Shakefiles/ElmFormat/IntegrationTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ rules gitSha elmFormat = do
, "tests/test-files/recursive-directory//*.elm"
, "tests/test-files/*.json"
]
need testFiles
hash <- hashNeed testFiles
cmd_ ("bash" <.> exe) script elmFormat
writeFile' out ""
writeFile' out (unlines $ hash : testFiles)

"_build/tests/test-files/prof.ok" %> \out -> do
let oks =
Expand Down

0 comments on commit f151fb2

Please sign in to comment.