From: Shuang Qiu <[email protected]> The old rtc device node /dev/rtc is not much supported on some of the distributes,i.e. RHEL5 or OL5.Use the newer one /dev/rtc0 instead.
Signed-off-by: Shuang Qiu <[email protected]> --- runtest/kernel_misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtest/kernel_misc b/runtest/kernel_misc index 01b0acb..1a294b6 100644 --- a/runtest/kernel_misc +++ b/runtest/kernel_misc @@ -1,6 +1,6 @@ kmsg01 kmsg01 fw_load fw_load -rtc01 rtc01 +rtc01 rtc01 -d /dev/rtc0 block_dev block_dev tpci tpci tbio tbio -- 1.7.9.5 ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
