tests: rename debugfs base path to be more specific

In preparation to have sysfs entries used in scripts
rename to more specific name.

Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Mika Kuoppala
2013-06-27 16:54:42 +03:00
committed by Daniel Vetter
parent 4541cbeba4
commit 3743a0b994
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -6,5 +6,5 @@ SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
# Testcase: wedge the hw to check the error_state reading
#
# Unfortunately wedged is permanent, so this test is not run by default
echo 1 > ${i915_path}/i915_wedged
cat $i915_path/i915_error_state > /dev/null 2>&1
echo 1 > ${i915_dfs_path}/i915_wedged
cat $i915_dfs_path/i915_error_state > /dev/null 2>&1