]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Update edac-tests to use ras-mc-ctl instead of ./edac-ctl
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 24 May 2013 10:37:06 +0000 (07:37 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 24 May 2013 10:37:06 +0000 (07:37 -0300)
All functionalities previously found on my test version of
edac-ctl is present on ras-mc-ctl. So, let's rename it.

The test code still tries to run edac-util. This tool,
which is part of edac-utils, use the edac error counters to
check the errors. For now, let's keep it, as it might be useful,
although this will likely be removed on future versions of this
testing script.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
contrib/edac-tests [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index adbcdb9..1755c4c
@@ -23,8 +23,8 @@ DRIVER=$(lsmod|grep edac_core|cut -b 33-)
 echo "RUNNING driver $DRIVER on kernel `uname -r`, hostname `hostname`, at `date`" >$FILE
 
 mount -t debugfs debugfs /sys/kernel/debug/
-run ./edac-ctl --layout
-run ./edac-ctl --guess-labels
+run ras-mc-ctl --layout
+run ras-mc-ctl --guess-labels
 run free -l
 
 run dmidecode