lancew/DojoList

View on GitHub
run_tests.sh

Summary

Maintainability
Test Coverage
#!/bin/sh
#This is a script to run the tests and export the bugs database prior to uploading to live site.
clear
echo 'This script runs the test scripts then publishes the bug database to the bugs directory'
echo "CTRL+C to cancel or wait 10 seconds for the script to run"
#sleep 10
echo "Running tests..."
php tests/all_tests.php > test.html
echo "Finished"