testbot/TestAgent: Fix handling of --run-no-wait.

Francois Gouget fgouget at codeweavers.com
Mon Feb 25 10:00:18 CST 2013


---
 testbot/scripts/TestAgent |    1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/scripts/TestAgent b/testbot/scripts/TestAgent
index a0c5183..a9c2029 100755
--- a/testbot/scripts/TestAgent
+++ b/testbot/scripts/TestAgent
@@ -277,6 +277,7 @@ elsif ($Cmd eq "run")
     my $Pid = $TA->Run(\@Run, $RunFlags, $RunIn, $RunOut, $RunErr);
     if ($Pid)
     {
+        $Result = 1;
         print "Started process $Pid\n";
         if (!($RunFlags & $TestAgent::RUN_DNT))
         {
-- 
1.7.10.4




More information about the wine-patches mailing list