Skip to content

Commit

Permalink
Update test/blackbox-tests/test-cases/watching/helpers.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter authored Jul 30, 2023
1 parent f7cf0e8 commit b330a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox-tests/test-cases/watching/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ with_timeout () {

stop_dune () {
with_timeout dune shutdown;
# wait for *any* child process
# wait for *all* child process
wait $(jobs -p);
cat .#dune-output;
}
Expand Down

0 comments on commit b330a92

Please sign in to comment.