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

10 lines
169 B
Plaintext

$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