summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2016-10-06 16:22:20 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2016-10-07 13:02:37 +0300
commitfcc3fa08648398bbfbc859f60445a450f9bf3d12 (patch)
treeb24f96aa484fdb430fa0af179a1855b5cbc4f108 /tests
parentabeb7237fba2d40783c04e9f9ff1ee9ef44978ed (diff)
tests/tools_test: Fix it up for intel_reg
intel_reg_read and intel_reg_dumper are no more. Switch over to intel_reg. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tools_test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tools_test b/tests/tools_test
index 04878274..a27fb873 100755
--- a/tests/tools_test
+++ b/tests/tools_test
@@ -7,8 +7,8 @@ SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
# ARB_MODE has existed for many gens
PATH=$SOURCE_DIR/../tools:$PATH
-do_or_die "intel_reg_read 0x4030"
-do_or_die "intel_reg_dumper"
+do_or_die "intel_reg read 0x4030"
+do_or_die "intel_reg dump"
# TODO: Add more tests