Module: xenomai-head Branch: master Commit: 8eeb86a3fb89f848ab8a115dd9f5a87485c6c3e5 URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=8eeb86a3fb89f848ab8a115dd9f5a87485c6c3e5
Author: Gilles Chanteperdrix <[email protected]> Date: Wed Jun 15 22:11:21 2011 +0200 testsuite: do not call check-vdso in xeno-test and run with -x in order to see the commands launched --- src/testsuite/xeno-test/xeno-test.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/testsuite/xeno-test/xeno-test.in b/src/testsuite/xeno-test/xeno-test.in index a9d1e76..b414304 100644 --- a/src/testsuite/xeno-test/xeno-test.in +++ b/src/testsuite/xeno-test/xeno-test.in @@ -29,10 +29,11 @@ if [ "$1" = "-h" -o "$1" = "--help" ]; then exit 0 fi -set -e +set -ex + +echo 0 > /proc/xenomai/latency || : arith -check-vdso clocktest -T 30 switchtest -T 30 cond-torture-native _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
