From 4f1cbd54bca4090472bd7ec13a69c5cb20ff3161 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Wed, 23 Aug 2006 12:20:32 +0000 Subject: [PATCH] Enable automatic launch of new testFolder unit test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9349 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/run_unit_test | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5Type/tests/run_unit_test b/product/ERP5Type/tests/run_unit_test index f425fac901..717ee24f4c 100755 --- a/product/ERP5Type/tests/run_unit_test +++ b/product/ERP5Type/tests/run_unit_test @@ -41,6 +41,7 @@ $DIRECTORY/ERP5Type/tests/runUnitTest.py testERP5SyncML >> $DIRECTORY/test_full_ $DIRECTORY/ERP5Type/tests/runUnitTest.py testPredicate >> $DIRECTORY/test_full_output 2>&1 $DIRECTORY/ERP5Type/tests/runUnitTest.py testListBox >> $DIRECTORY/test_full_output 2>&1 $DIRECTORY/ERP5Type/tests/runUnitTest.py testERP5Security >> $DIRECTORY/test_full_output 2>&1 +$DIRECTORY/ERP5Type/tests/runUnitTest.py testFolder >> $DIRECTORY/test_full_output 2>&1 cat $DIRECTORY/test_full_output | grep '\(^OK\|^FAILED\|^Ran\)' | sed "/^FAILED.*\|^OK.*/s/.*/\0\n/g" >> $DIRECTORY/test_output -- 2.30.9