Module: tools
Branch: master
Commit: ebb29be63586479c2ba2c963912014bdbe3527c9
URL: https://source.winehq.org/git/tools.git/?a=commit;h=ebb29be63586479c2ba2c96…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Tue Jun 5 10:50:13 2018 +0200
testbot: Add proper command line options to CheckForWinetestUpdate.pl.
The options make it possible to test a specific job/task creation
without having to way for a new WineTest binary download each time.
Also it is now possible to specify the exact task type to create and
if none is given the script will now handle all of them. This way the
crontab commands don't need to be updated when new task types are
added.
Also the script now prints the error messages to stderr by default to
make it easier to figure things out when running it on the command
line. The --log-only option can be used when that's not desired.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/bin/CheckForWinetestUpdate.pl | 273 ++++++++++++++++++++++++----------
testbot/doc/INSTALL.txt | 3 +-
2 files changed, 199 insertions(+), 77 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=ebb29be63586479c2ba…