mirror of https://github.com/databricks/cli.git
10 lines
169 B
Plaintext
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
|