mirror of https://github.com/BOINC/boinc.git
fixed test_uc to not run time tests
svn path=/trunk/boinc/; revision=767
This commit is contained in:
parent
1f06763126
commit
6a8aa193d0
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue