mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user