databricks-cli/acceptance/daemon/child-detaches/script

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

7 lines
188 B
Plaintext
Raw Normal View History

2025-02-17 18:23:02 +00:00
export DATABRICKS_CLI_SELFTEST_CHILD_OUTPUT_FILE="out.parentchild.txt"
$CLI selftest parent &> out.parentchild.txt
echo "waiting for child process to finish"
wait_pid $(cat ./child.pid)