Module: tools Branch: master Commit: 466c21392d2c6bb9b7b52540b668e56ee424177e URL: http://source.winehq.org/git/tools.git/?a=commit;h=466c21392d2c6bb9b7b52540b...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Aug 7 01:25:45 2014 +0200
testbot: Add proper command line processing and --debug and --help options to the Task and VM scripts.
The --debug option disables the VM status checks. This makes it possible to put a VM in maintenance mode and then manually run the scripts against it, without interference from the Engine. This also makes the VM status checks cleaner. The --debug option also causes log messages to be duplicated to stdout and additional traces to be printed so one can follow the script's progress. Concise timing information is also provided which makes it possible to figure out where the script spends its time.
---
testbot/bin/RevertVM.pl | 100 ++++++++++++++++++++++----- testbot/bin/WineRunBuild.pl | 152 +++++++++++++++++++++++++++-------------- testbot/bin/WineRunReconfig.pl | 139 +++++++++++++++++++++++++------------ testbot/bin/WineRunTask.pl | 144 ++++++++++++++++++++++++++------------ testbot/lib/WineTestBot/Log.pm | 17 ++++- 5 files changed, 396 insertions(+), 156 deletions(-)
Diff: http://source.winehq.org/git/tools.git/?a=commitdiff;h=466c21392d2c6bb9b7b52...