From faf2a0223cb8655e7ac826592b50ad4e08ec04ee Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 2 Jul 2013 09:13:57 +0200 Subject: [PATCH] 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 --- tests/drm_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4