Skip to content

Commit

Permalink
Remove flag file in exec-watch tests
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
  • Loading branch information
gridbugs committed Jan 30, 2023
1 parent 2b99977 commit 39849fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ Wait until the error shows up in the log

Prevent the test from leaking the dune process.
$ kill $PID

Clean up after ourselves.
$ rm $DONE_FLAG
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ Test exec --watch with a program that ignores sigterm.

Prevent the test from leaking the dune process.
$ kill $PID

Clean up after ourselves.
$ rm $DONE_FLAG
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ Change the program so that it no longer terminates immediately.

Prevent the test from leaking the dune process.
$ kill $PID

Clean up after ourselves.
$ rm $DONE_FLAG

0 comments on commit 39849fa

Please sign in to comment.