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)
|
2025-02-17 18:38:33 +00:00
|
|
|
|
|
|
|
rm ./child.pid
|