Module: xenomai-forge
Branch: master
Commit: 7408b9ea3b5feb9dedf0cd1c48be34afa1b0d981
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=7408b9ea3b5feb9dedf0cd1c48be34afa1b0d981

Author: Philippe Gerum <r...@xenomai.org>
Date:   Thu Sep 25 18:29:25 2014 +0200

testsuite/xeno-test: fix clock id for testing CLOCK_HOST_REALTIME

CLOCK_HOST_REALTIME is no more an external clock id, but a static
built-in one, with id. #8.

---

 testsuite/xeno-test/xeno-test.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/xeno-test/xeno-test.in b/testsuite/xeno-test/xeno-test.in
index 6380e3f..8611661 100644
--- a/testsuite/xeno-test/xeno-test.in
+++ b/testsuite/xeno-test/xeno-test.in
@@ -45,7 +45,7 @@ echo 0 > /proc/xenomai/latency || :
 testdir=@testdir@
 
 $testdir/smokey --run
-$testdir/clocktest -D -T 30 -E -C 42 || $testdir/clocktest -T 30
+$testdir/clocktest -D -T 30 -C 8 || $testdir/clocktest -T 30
 $testdir/switchtest -T 30
 
 start_load


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to