Skip to content

Commit

Permalink
Ignore potential error
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jun 12, 2023
1 parent 7c12bb0 commit e790daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/regtesting/print_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e790daf

Please sign in to comment.