Module: tools Branch: master Commit: d5ffbdef47e94b714a0ab21bba306eac575b26fb URL: http://source.winehq.org/git/tools.git/?a=commit;h=d5ffbdef47e94b714a0ab21bb...
Author: Francois Gouget fgouget@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;