Update of /cvs-repository/CMF
In directory korak.digicool.com:/tmp/cvs-serv7702
Added Files:
run_all_tests
Log Message:
- Add utility, run_all_tests, to ease unit testing.
--- Added File run_all_tests in package CMF ---
#! /bin/sh
for d in Products/{CMF,DC}*; do
echo Testing package $d
./zctl.py test $d/tests/test_all.py
done