Skip to content

Commit

Permalink
Remove print debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn committed Mar 12, 2022
1 parent ae6f1b7 commit df8c964
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Golden.hs
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ preserveStateSnd update = do
put (newI, fromMaybe s newS)

golden1 :: Bool -> Test
golden1 = testBuild "golden1" $ \output endState@MkNOMV1State{fullSummary = summary@MkDependencySummary{..}} -> do
golden1 = testBuild "golden1" $ \output endState@MkNOMV1State{fullSummary = MkDependencySummary{..}} -> do
let noOfBuilds = 4
assertBool "Everything built" (CSet.null plannedBuilds)
print summary
assertBool "No running builds" (CMap.null runningBuilds)
assertEqual "Builds completed" noOfBuilds (CMap.size completedBuilds)
let outputStorePaths = mapMaybe parseStorePath (String.lines output)
Expand Down

0 comments on commit df8c964

Please sign in to comment.