Skip to content

Commit

Permalink
wip wip
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jun 18, 2024
1 parent 84e4aeb commit f715bcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cardano-testnet/src/Testnet/Property/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ workspace prefixPath f = withFrozenCallStack $ do
-- | The 'FilePath' in '(FilePath -> H.Integration ())' is the work space directory.
-- This is created (and returned) via 'H.workspace'.
integrationWorkspace :: HasCallStack => FilePath -> (FilePath -> H.Integration ()) -> H.Property
integrationWorkspace workspaceName f = withFrozenCallStack $
integrationWorkspace workspaceName f = withFrozenCallStack . f' $
integration $ H.runFinallies $ workspace workspaceName f
where f' = id

isLinux :: Bool
isLinux = os == "linux"
Expand Down

0 comments on commit f715bcb

Please sign in to comment.