forked from Archive/PX4-Autopilot
mavsdk_tests: fix wait script output
This commit is contained in:
parent
29c102b205
commit
103bfd0d30
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
while gz stats -d 0 2>&1 | grep "An instance of Gazebo is not running."; do
|
||||
echo "Still running"
|
||||
echo "Gazebo not running yet ..."
|
||||
done
|
||||
|
||||
echo "done"
|
||||
|
|
Loading…
Reference in New Issue