From 19708b415a37904649fb500eda43af2a6c148ce1 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Wed, 19 Jun 2024 13:33:20 +0200 Subject: [PATCH] Back to removePathForcibly --- cardano-testnet/src/Testnet/Property/Util.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano-testnet/src/Testnet/Property/Util.hs b/cardano-testnet/src/Testnet/Property/Util.hs index 51400707885..85fcf7a8470 100644 --- a/cardano-testnet/src/Testnet/Property/Util.hs +++ b/cardano-testnet/src/Testnet/Property/Util.hs @@ -92,7 +92,7 @@ workspace prefixPath f = withFrozenCallStack $ do . register . R.recovering retryPolicy [ioExH] . const - $ IO.removeDirectoryRecursive ws + $ IO.removePathForcibly ws -- | The 'FilePath' in '(FilePath -> H.Integration ())' is the work space directory. -- This is created (and returned) via 'H.workspace'.