diff --git a/product/ERP5Type/tests/run_unit_test b/product/ERP5Type/tests/run_unit_test index 3e692bed29f84762fbfcb221f22f2db0736d6c06..889674def2fa07746cb9e672806736491094f487 100755 --- a/product/ERP5Type/tests/run_unit_test +++ b/product/ERP5Type/tests/run_unit_test @@ -43,6 +43,7 @@ $DIRECTORY/ERP5Type/tests/runUnitTest.py testPredicate >> $DIRECTORY/test_full_o $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 +$DIRECTORY/ERP5Type/tests/runUnitTest.py testGis >> $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