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

Alexandre Julliard julliard at winehq.org
Mon Feb 25 14:02:21 CST 2013


Module: tools
Branch: master
Commit: 7e6a6a5bcef1d8006817a9c8635a6cb7d0ee0525
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=7e6a6a5bcef1d8006817a9c8635a6cb7d0ee0525

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Feb 25 17:00:18 2013 +0100

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

---

 testbot/scripts/TestAgent |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/testbot/scripts/TestAgent b/testbot/scripts/TestAgent
index 02da611..78d9c24 100755
--- a/testbot/scripts/TestAgent
+++ b/testbot/scripts/TestAgent
@@ -299,6 +299,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))
         {




More information about the wine-cvs mailing list