mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
tests: Allow a shell test to declare it doesn't need to be DRM master
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
aefc5c63e4
commit
a7c56938c8
@ -26,7 +26,8 @@ fi
|
|||||||
|
|
||||||
# read everything we can
|
# read everything we can
|
||||||
if [ `cat $i915_dfs_path/clients | wc -l` -gt "2" ] ; then
|
if [ `cat $i915_dfs_path/clients | wc -l` -gt "2" ] ; then
|
||||||
die "ERROR: other drm clients running"
|
[ -n "$DRM_LIB_ALLOW_NO_MASTER" ] || \
|
||||||
|
die "ERROR: other drm clients running"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
i915_sfs_path=
|
i915_sfs_path=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user