fix test_uc.py

svn path=/trunk/boinc/; revision=9458
This commit is contained in:
David Anderson 2006-02-13 22:01:44 +00:00
parent cc808d9efb
commit 11c3e74e77
2 changed files with 7 additions and 1 deletions

View File

@ -1781,3 +1781,9 @@ David 13 Feb 2006
acct_setup.C,h
client_state.C
net_xfer_curl.C
David 13 Feb 2006
- make test_uc.py work again
test/
testbase.py

View File

@ -509,7 +509,7 @@ class Host:
self.global_prefs = None
self.log_flags = 'log_flags.xml'
self.host_dir = os.path.join(options.hosts_dir, self.name)
self.defargs = "-exit_when_idle -skip_cpu_benchmarks -debug_fake_exponential_backoff -return_results_immediately"
self.defargs = "-exit_when_idle -skip_cpu_benchmarks -return_results_immediately"
# self.defargs = "-exit_when_idle -skip_cpu_benchmarks -sched_retry_delay_bin 1"
def add_user(self, user, project):