databricks-cli/acceptance/daemon/child-discards-output/script

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
169 B
Plaintext
Raw Normal View History

2025-02-17 18:38:33 +00:00
$CLI selftest parent
echo "
wait for child process to finish"
wait_pid $(cat ./child.pid)
echo "the child process should not have written any output."
rm ./child.pid