Fixed path in autotest run script
This commit is contained in:
parent
e96ef04f09
commit
5180282d74
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ if ($argc != 2)
|
|||
}
|
||||
$root_dir = $argv[1];
|
||||
|
||||
require_once $root_dir . 'include/config.php';
|
||||
require_once $root_dir . '../include/config.php';
|
||||
|
||||
// used to show all queries to db when debuging;
|
||||
//$db->debug = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue