mirror of https://github.com/BOINC/boinc.git
client: tweaks for API test harness - parse cc_config.xml
This commit is contained in:
parent
213d3a65dc
commit
faae3aac3a
|
@ -1266,8 +1266,6 @@ void run_test_app() {
|
|||
|
||||
ats.active_tasks.push_back(&at);
|
||||
|
||||
log_flags.task_debug = true;
|
||||
|
||||
unlink("boinc_finish_called");
|
||||
unlink("boinc_lockfile");
|
||||
unlink("boinc_temporary_exit");
|
||||
|
@ -1284,5 +1282,6 @@ void run_test_app() {
|
|||
at.unsuspend();
|
||||
ats.poll();
|
||||
boinc_sleep(.2);
|
||||
at.request_reread_prefs();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -410,6 +410,7 @@ int main(int argc, char** argv) {
|
|||
}
|
||||
|
||||
if (!strcmp(argv[index], "--run_test_app")) {
|
||||
read_config_file(true);
|
||||
run_test_app();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue