Suppress gazebo --version exit code

It exits with 255 somehow
This commit is contained in:
Oleg Kalachev
2021-07-28 02:16:43 +03:00
parent 752b04b586
commit 874db45b8f

View File

@@ -173,7 +173,7 @@ python2 --version
python3 --version python3 --version
# ipython --version # ipython --version
ipython3 --version ipython3 --version
gazebo --version gazebo --version || true # FIXME: Gazebo exist with 255 on --version somehow
node -v node -v
npm -v npm -v
byobu --version byobu --version