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