mirror of https://github.com/BOINC/boinc.git
Changes made to allow connection to jill and to correctly read environment variables in tests.
svn path=/trunk/boinc/; revision=99
This commit is contained in:
parent
1bef551523
commit
9d6db62022
|
@ -1,7 +1,7 @@
|
||||||
<accounts>
|
<accounts>
|
||||||
<project>
|
<project>
|
||||||
<domain>localhost</domain>
|
<domain>localhost</domain>
|
||||||
<scheduler_url>http://localhost/boinc-cgi/cgi</scheduler_url>
|
<scheduler_url>http://localhost/cgi-bin/boinc-cgi/cgi</scheduler_url>
|
||||||
<email_addr>david@localhost</email_addr>
|
<email_addr>david@localhost</email_addr>
|
||||||
<authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator>
|
<authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
include_once("init.inc");
|
include_once("init.inc");
|
||||||
|
|
||||||
|
check_env_vars();
|
||||||
clear_db();
|
clear_db();
|
||||||
clear_data_dirs();
|
clear_data_dirs();
|
||||||
init_client_dirs("account1.xml");
|
init_client_dirs("account1.xml");
|
||||||
|
|
Loading…
Reference in New Issue