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:
Daniel Vetter 2013-07-02 09:13:57 +02:00
parent 3f93e1bc74
commit faf2a0223c

View File

@ -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