Skip to content

Commit

Permalink
restore test fs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Mar 22, 2024
1 parent 237a603 commit dd84c3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ PhLLaunchImageTest >> tearDown [
PhLLaunchConfiguration launchInALoginShell: launchInALoginShellBackup.
PhLVirtualMachineManager vmStore: vmStoreBackup.
process ifNotNil: [ process isRunning ifTrue: [ process terminate ] ].
"tempVmStoreFolder ensureDeleteAll.
imageDir ensureDeleteAll."
tempVmStoreFolder ensureDeleteAll.
imageDir ensureDeleteAll.
super tearDown
]

Expand Down

0 comments on commit dd84c3e

Please sign in to comment.