On Tue, 2009-09-15 at 17:29 +0200, Geert Uytterhoeven wrote: > Currently the test just fails if NUMA is not available. > > Signed-off-by: Geert Uytterhoeven <[email protected]>
Thanks. Regards-- Subrata > --- > testcases/kernel/numa/numa01.sh | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/testcases/kernel/numa/numa01.sh b/testcases/kernel/numa/numa01.sh > index 419d0b2..6cc0754 100644 > --- a/testcases/kernel/numa/numa01.sh > +++ b/testcases/kernel/numa/numa01.sh > @@ -239,9 +239,9 @@ init() > > if [ $max_node -eq 1 ] > then > - tst_resm TWARN "non-NUMA aware kernel is running or your machine > does not support numa policy or > + tst_resm TCONF "non-NUMA aware kernel is running or your machine > does not support numa policy or > your machine is not a NUMA machine" > - return 1 > + exit 0 > fi > > RC=0 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
