diff --git a/tools/regtesting/print_environment.sh b/tools/regtesting/print_environment.sh index 58c1c9f88c..bb8f46758d 100755 --- a/tools/regtesting/print_environment.sh +++ b/tools/regtesting/print_environment.sh @@ -90,7 +90,7 @@ cat "./arch/${ARCH}.${VERSION}" if [ -x "$(command -v nvidia-smi)" ]; then echo "--------------------------- NVIDIA-SMI -----------------------------------" - nvidia-smi + nvidia-smi || true echo "" fi