mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
6acb6f166e
commit
63ad316e8a
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
>>> [CLI] selftest send-telemetry
|
>>> [CLI] selftest send-telemetry
|
||||||
waiting for telemetry process to finish
|
waiting for telemetry process to finish
|
||||||
hello
|
|
||||||
[wait_pid] process has ended
|
[wait_pid] process has ended
|
||||||
|
|
|
@ -5,8 +5,6 @@ trace $CLI selftest send-telemetry
|
||||||
|
|
||||||
echo "waiting for telemetry process to finish"
|
echo "waiting for telemetry process to finish"
|
||||||
|
|
||||||
echo "hello"
|
|
||||||
|
|
||||||
# Wait for the child telemetry process to finish
|
# Wait for the child telemetry process to finish
|
||||||
wait_pid $(cat ./telemetry.pid)
|
wait_pid $(cat ./telemetry.pid)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue