Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cardano-node/app/conformance-test-runner.hs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ main = do
-- 'fromJust' is safe here because an index generated
-- by 'indexUpdate' is always on the tree.
(Just minimalTestFilePath, True) -> encodeFile minimalTestFilePath (fromJust (Ix.lookup ix tree))
(Nothing, True) -> print ix
(Nothing, True) -> print $ encode $ fromJust (Ix.lookup ix tree)
_ -> pure ()
pure mempty
exitWithStatus . Flags $ testResultToFlag testRes <> mightContinueShrinking
Expand Down