mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 00:46:17 +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,6 +26,7 @@ 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
|
||||||
|
[ -n "$DRM_LIB_ALLOW_NO_MASTER" ] || \
|
||||||
die "ERROR: other drm clients running"
|
die "ERROR: other drm clients running"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user