This commit is contained in:
Shreyas Goenka 2025-02-24 17:05:18 +01:00
parent 6acb6f166e
commit 63ad316e8a
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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)