From: Daniel Vetter Date: Tue, 2 Jul 2013 07:13:57 +0000 (+0200) Subject: tests/drm_lib.sh: Don't die if the sysfs path can't be found X-Git-Tag: intel-gpu-tools-1.4~339 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=faf2a0223cb8655e7ac826592b50ad4e08ec04ee;p=platform%2Fupstream%2Fintel-gpu-tools.git 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 --- diff --git a/tests/drm_lib.sh b/tests/drm_lib.sh index e7197c5..e0e2664 100755 --- a/tests/drm_lib.sh +++ b/tests/drm_lib.sh @@ -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