From 6a8aa193d0dc2363feb7c7adfec284cff54d99ee Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Wed, 18 Dec 2002 23:51:12 +0000 Subject: [PATCH] fixed test_uc to not run time tests svn path=/trunk/boinc/; revision=767 --- test/test_uc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_uc.php b/test/test_uc.php index 8a6d506ad3..ff2cb8e0fe 100644 --- a/test/test_uc.php +++ b/test/test_uc.php @@ -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);