Matt Helsley sent these series of pathes to me privately. They were acked by Serge. I have merged these patch series, except those i will be mentioning specifically.
Regards-- Subrata On Thu, 2008-09-04 at 08:47 -0500, Serge E. Hallyn wrote: > Quoting Matt Helsley ([EMAIL PROTECTED]): > > Remove redundant bits from the container test script. Keep the > > nicer/self-consistent info. > > > > Signed-off-by: Matt Helsley <[EMAIL PROTECTED]> > > Thanks Matt. > > Acked-by: Serge Hallyn <[EMAIL PROTECTED]> Merged-By: Subrata Modak <[EMAIL PROTECTED]> > > > Cc: Veerendra Chandrappa <[EMAIL PROTECTED]> > > Cc: Sudhir Kumar15 <[EMAIL PROTECTED]> > > Cc: Subrata Modak <[EMAIL PROTECTED]> > > Cc: Serge E. Hallyn <[EMAIL PROTECTED]> > > --- > > testcases/kernel/containers/container_test.sh | 10 +--------- > > 1 file changed, 1 insertion(+), 9 deletions(-) > > > > Index: > > ltp-intermediate-20080820/testcases/kernel/containers/container_test.sh > > =================================================================== > > --- > > ltp-intermediate-20080820.orig/testcases/kernel/containers/container_test.sh > > +++ ltp-intermediate-20080820/testcases/kernel/containers/container_test.sh > > @@ -23,14 +23,6 @@ else > > echo "Uts namespaces not enabled in kernel. Not running utsns tests." > > fi > > > > -#check_pidns_enabled > > -#if [ $? -eq 0 ]; then > > -# echo "Running pidns tests." > > -# runpidnstest.sh > > -#else > > - #echo "Process id namespaces not enabled in kernel. Not running pidns > > tests." > > -#fi > > - > > #check_userns_enabled > > #if [ $? -eq 0 ]; then > > #echo "Running userns tests." > > @@ -59,6 +51,6 @@ if [ $? -eq 0 ]; then > > echo "Running pidns tests." > > runpidnstest.sh > > else > > - echo "pid namespaces not enabled in kernel. Not running pidns tests." > > + echo "Process id namespaces not enabled in kernel. Not running pidns > > tests." > > fi > > > > > > -- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
