Skip to content

Commit

Permalink
ensure launched images are killed in tear down
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jun 21, 2024
1 parent 0000eb6 commit 7f0e5d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ PhLLaunchImageTest >> testCanLaunchImageWithNonAsciiCharacters [
| image |
image := self copyCurrentImageToTestDir.

image launch.
process := image launch.
2 seconds wait. "let time to the process to be launched, else test cleanup will interfer with process launch"

"ensure image determination succeeded"
Expand Down Expand Up @@ -143,7 +143,7 @@ PhLLaunchImageTest >> testLaunchImageSetShouldRunInitilizationScriptToFalse [

image := self copyCurrentImageToTestDir.

image launch.
process := image launch.
2 seconds wait. "let time to the process to be launched, else test cleanup will interfer with process launch"

image := PhLImage location: imageDir / FileLocator image basename. "read image metadata from disk"
Expand Down

0 comments on commit 7f0e5d4

Please sign in to comment.