mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
tests: use / as path separator instead of _
Oops. Originally by me, noticed while reviewing Ben Widawsky's patch. Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
888df75a0c
commit
e63f1870b4
@ -5,7 +5,7 @@ die() {
|
||||
}
|
||||
|
||||
if [ -d /debug/dri ] ; then
|
||||
debugfs_path=/debug_dri
|
||||
debugfs_path=/debug/dri
|
||||
fi
|
||||
|
||||
if [ -d /sys/kernel/debug/dri ] ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user