The tests are set to Auto Run.

This commit is contained in:
jgen 2014-02-18 17:36:21 -05:00
parent 83d034653e
commit 0b06477fd0

View file

@ -12,6 +12,7 @@ require_once('lib/simpletest/autorun.php');
require_once('lib/simpletest/unit_tester.php');
require_once('lib/simpletest/web_tester.php');
require_once('lib/simpletest/reporter.php');
require_once('test_install.php');
$options = getopt("d:");
@ -24,5 +25,6 @@ define("_TRAVIS_DATABASE", $db);
$test_suite = new TestSuite('Shimmie tests');
$test_suite->add(new ShimmieInstallerTest());
$tr = new TextReporter();
$test_suite->run( $tr );
//$tr = new TextReporter();
//$test_suite->run( $tr );