Skip to content

Commit df8c964

Browse files
committed
Remove print debug line
1 parent ae6f1b7 commit df8c964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Golden.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,9 @@ preserveStateSnd update = do
8484
put (newI, fromMaybe s newS)
8585

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

0 commit comments

Comments
 (0)