Skip to content

Commit

Permalink
Merge #1840
Browse files Browse the repository at this point in the history
1840: Enable Byron-Shelley test on Windows r=newhoggy a=newhoggy



Co-authored-by: John Ky <john.ky@iohk.io>
  • Loading branch information
iohk-bors[bot] and newhoggy committed Sep 14, 2020
2 parents 4bf4e11 + ad0ef8d commit 5d532e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import qualified System.Random as IO
{- HLINT ignore "Redundant flip" -}

prop_chairman :: Property
prop_chairman = H.propertyOnce . H.workspace "chairman" $ \tempAbsPath -> unless OS.isWin32 $ do
prop_chairman = H.propertyOnce . H.workspace "chairman" $ \tempAbsPath -> do
tempBaseAbsPath <- H.noteShow $ FP.takeDirectory tempAbsPath
tempRelPath <- H.noteShow $ FP.makeRelative tempBaseAbsPath tempAbsPath
base <- H.noteShowM H.getProjectBase
Expand Down

0 comments on commit 5d532e2

Please sign in to comment.