From e790daffb71be1cee1ff37897efe550b44207090 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Wed, 7 Jun 2023 19:16:45 +0200 Subject: [PATCH] Ignore potential error --- tools/regtesting/print_environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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