[Intel-gfx] [PATCH 16/23] drm_lib.sh: Tune the DRM master message a bit

Damien Lespiau damien.lespiau at intel.com
Fri Nov 15 17:33:33 CET 2013


check_drm_clients can be used to make sure there's no master running.
Tune a bit the error message as this is really what we want to test.

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 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 97f6f92..92b379f 100755
--- a/tests/drm_lib.sh
+++ b/tests/drm_lib.sh
@@ -31,7 +31,7 @@ fi
 # read everything we can
 if [ `cat $i915_dfs_path/clients | wc -l` -gt "2" ] ; then
 	[ -n "$DRM_LIB_ALLOW_NO_MASTER" ] || \
-		die "ERROR: other drm clients running"
+		die "ERROR: a drm master is already running"
 fi
 
 i915_sfs_path=
-- 
1.8.3.1




More information about the Intel-gfx mailing list