So, the config file appears to take longer to write out to the file system.
This commit is contained in:
@ -15,6 +15,10 @@ require_once('lib/simpletest/reporter.php');
|
||||
require_once('tests/test_install.php');
|
||||
require_once("core/util.inc.php");
|
||||
|
||||
// Enable all errors.
|
||||
error_reporting(E_ALL);
|
||||
|
||||
// Get the command line option telling us what database to use.
|
||||
$options = getopt("d:");
|
||||
$db = $options["d"];
|
||||
|
||||
@ -30,6 +34,8 @@ $test_suite->add(new ShimmieInstallerTest());
|
||||
// From index.php
|
||||
//
|
||||
|
||||
clearstatcache();
|
||||
|
||||
require_once("core/sys_config.inc.php");
|
||||
include "data/config/shimmie.conf.php";
|
||||
|
||||
|
Reference in New Issue
Block a user