We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6f1b7 commit df8c964Copy full SHA for df8c964
test/Golden.hs
@@ -84,10 +84,9 @@ preserveStateSnd update = do
84
put (newI, fromMaybe s newS)
85
86
golden1 :: Bool -> Test
87
-golden1 = testBuild "golden1" $ \output endState@MkNOMV1State{fullSummary = summary@MkDependencySummary{..}} -> do
+golden1 = testBuild "golden1" $ \output endState@MkNOMV1State{fullSummary = MkDependencySummary{..}} -> do
88
let noOfBuilds = 4
89
assertBool "Everything built" (CSet.null plannedBuilds)
90
- print summary
91
assertBool "No running builds" (CMap.null runningBuilds)
92
assertEqual "Builds completed" noOfBuilds (CMap.size completedBuilds)
93
let outputStorePaths = mapMaybe parseStorePath (String.lines output)
0 commit comments