From: Garrett C. <yab...@us...> - 2010-02-06 06:40:07
|
Update of /cvsroot/ltp/ltp/testcases/kernel/containers In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5576/testcases/kernel/containers Modified Files: container_test.sh Log Message: check_pidns_enabled doesn't exist anymore. Just run the test as-is... Noticed by Rishi. Signed-off-by: Garrett Cooper <yan...@gm...> Index: container_test.sh =================================================================== RCS file: /cvsroot/ltp/ltp/testcases/kernel/containers/container_test.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** container_test.sh 4 Mar 2009 07:03:42 -0000 1.8 --- container_test.sh 6 Feb 2010 06:39:57 -0000 1.9 *************** *** 47,57 **** 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_mqns_enabled --- 47,52 ---- fi ! echo "Running pidns tests." ! runpidnstest.sh check_mqns_enabled |