mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
Fixed path in autotest run script
This commit is contained in:
parent
e96ef04f09
commit
5180282d74
@ -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…
x
Reference in New Issue
Block a user