mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
mavsdk_tests: fix wait script output
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
while gz stats -d 0 2>&1 | grep "An instance of Gazebo is not running."; do
|
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
|
done
|
||||||
|
|
||||||
echo "done"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user