Chamilo is a learning management system focused on ease of use and accessibility
chamilo-lms/tests/run.sh

4 lines
118 B

13 years ago
#!/bin/bash
php5 test_suite.php > logs/results.xml
xsltproc simpletest_to_junit.xsl logs/results.xml > logs/junit.xml