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

Alexandre Julliard julliard at winehq.org
Mon Dec 17 10:17:12 CST 2012


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Dec 17 10:02:23 2012 +0100

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

---

 testbot/bin/WineRunTask.pl |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index ccb2600..c6ca567 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -307,9 +307,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;




More information about the wine-cvs mailing list