]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/unit/runme_all
some unit tests fixes and updates
[SourceForge/phpwiki.git] / tests / unit / runme_all
1 #!/bin/sh
2 # TODO: need to check write perms to the .testbox/* (mixed web/cli perms)
3
4 if [ -d .testbox/page_data -a ! -w .testbox/page_data/AllPages ]; then
5   rm -rf .testbox/*
6 fi
7 for db in file dba SQL ADODB; do
8     php -Cq -d register_argc_argv=1 test.php debug=1 level=10 db=$db | tee all_$db.result
9 done