forked from github/server
create some basic resources before starting to test stuff.
This commit is contained in:
parent
757517073d
commit
d0419db94d
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ parse_args(int argc, char **argv, int *exitcode)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (run_tests) {
|
if (run_tests) {
|
||||||
|
init_resources();
|
||||||
*exitcode = RunAllTests();
|
*exitcode = RunAllTests();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue