mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Suppress gazebo --version exit code
It exits with 255 somehow
This commit is contained in:
@@ -173,7 +173,7 @@ python2 --version
|
||||
python3 --version
|
||||
# ipython --version
|
||||
ipython3 --version
|
||||
gazebo --version
|
||||
gazebo --version || true # FIXME: Gazebo exist with 255 on --version somehow
|
||||
node -v
|
||||
npm -v
|
||||
byobu --version
|
||||
|
||||
Reference in New Issue
Block a user