mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
tests/drm_lib.sh: Don't die if the sysfs path can't be found
That just means that the sysfs error file isn't there. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
3f93e1bc74
commit
faf2a0223c
@ -42,6 +42,6 @@ for dir in `ls $sysfs_path` ; do
|
||||
done
|
||||
|
||||
if [ $i915_sfs_path = "x" ] ; then
|
||||
die " i915 sysfs path not found."
|
||||
echo " i915 sysfs path not found."
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user