also unlink data/test-trace.json
This commit is contained in:
parent
6df0f4f307
commit
fcdddd6f96
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ require_once "core/polyfills.php";
|
|||
require_once "core/util.php";
|
||||
|
||||
$_SERVER['QUERY_STRING'] = '/';
|
||||
if (file_exists("tests/trace.json")) {
|
||||
unlink("tests/trace.json");
|
||||
if (file_exists("data/test-trace.json")) {
|
||||
unlink("data/test-trace.json");
|
||||
}
|
||||
|
||||
global $cache, $config, $database, $user, $page, $_tracer;
|
||||
|
|
Reference in a new issue