testbot/WineRunTask: 'cls' is only needed on Win9x so remove it.

Francois Gouget fgouget at codeweavers.com
Mon Dec 17 03:02:23 CST 2012


---
 testbot/bin/WineRunTask.pl |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index 3ba3612..072a033 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -317,9 +317,6 @@ elsif ($Step->Type eq "suite")
              "$FileName -q -s $RptFileName\r\n";
 }
 
-# Needed to exit the command prompt on Win9x/WinMe
-$Script .= "cls\r\n";
-
 $ErrMessage = $VM->RunScriptInGuestTimeout($Script, $Task->Timeout + 15);
 my $LogErrMessage = RetrieveLogFile $Job, $Step, $Task,
                                     $RptFileName, $FullLogFileName;
-- 
1.7.10.4



More information about the wine-patches mailing list