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

Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org>
Date:   Fri Oct 25 23:50:22 2013 +0200

testsuite: fix xeno-test for newer autoconf versions

Also disable mutex-torture which seems currently broken

---

 testsuite/xeno-test/xeno-test.in |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/testsuite/xeno-test/xeno-test.in b/testsuite/xeno-test/xeno-test.in
index d7c6313..ea3c042 100644
--- a/testsuite/xeno-test/xeno-test.in
+++ b/testsuite/xeno-test/xeno-test.in
@@ -42,11 +42,13 @@ set -ex
 
 echo 0 > /proc/xenomai/latency || :
 
-@testdir@/arith
-@testdir@/clocktest -D -T 30 -C 42 || @testdir@/clocktest -T 30
-@testdir@/switchtest -T 30
-@testdir@/cond-torture
-@testdir@/mutex-torture
+testdir=@testdir@
+
+$testdir/arith
+$testdir/clocktest -D -T 30 -C 65578 || $testdir/clocktest -T 30
+$testdir/switchtest -T 30
+$testdir/cond-torture
+# $testdir/mutex-torture
 
 start_load
 


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

Reply via email to