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:
Eric Heien 2002-06-07 22:01:56 +00:00
parent 1bef551523
commit 9d6db62022
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<accounts>
<project>
<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>
<authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator>
</project>

View File

@ -6,6 +6,7 @@
include_once("init.inc");
check_env_vars();
clear_db();
clear_data_dirs();
init_client_dirs("account1.xml");