fixed test_uc to not run time tests

svn path=/trunk/boinc/; revision=767
This commit is contained in:
Eric Heien 2002-12-18 23:51:12 +00:00
parent 1f06763126
commit 6a8aa193d0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
$work->install($project);
$project->start_feeder();
$host->run("-exit_when_idle");
$host->run("-exit_when_idle -no_time_test");
$project->stop();
$project->validate($app, 2);