mavsdk_tests: fix wait script output

This commit is contained in:
Julian Oes 2020-03-20 21:23:14 +01:00
parent 29c102b205
commit 103bfd0d30
1 changed files with 1 additions and 3 deletions

View File

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