Module: tools Branch: master Commit: 5094b6cd318d40c536937342f0c9bacf8a95111c URL: https://source.winehq.org/git/tools.git/?a=commit;h=5094b6cd318d40c536937342... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Jun 21 14:45:20 2018 +0200 testbot/build: Add proper command line options to Build.pl and Reconfig.pl. This makes it much easier to test the scripts directly on the VM. This also makes it possible to test one aspect of the scripts without having to go through the whole process. In particular the --no-rm Reconfig.pl option speeds up testing by avoiding rebuilding from scratch. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/bin/build/Build.pl | 175 ++++++++++++++++++++++++++++-------------- testbot/bin/build/Reconfig.pl | 137 +++++++++++++++++++++++++++++---- 2 files changed, 241 insertions(+), 71 deletions(-) Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=5094b6cd318d40c53693...