Francois Gouget : testbot: Allow doing a revert while some VMs are running.

Alexandre Julliard julliard at winehq.org
Wed Oct 9 12:40:48 CDT 2013


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Oct  9 17:39:49 2013 +0200

testbot: Allow doing a revert while some VMs are running.

---

 testbot/lib/WineTestBot/Config.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testbot/lib/WineTestBot/Config.pm b/testbot/lib/WineTestBot/Config.pm
index 501a530..48eb3f0 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -61,7 +61,7 @@ $DataDir = "$::RootDir/var";
 $BinDir = "$::RootDir/bin";
 
 $MaxRevertingVMs = 1;
-$MaxRevertsWhileRunningVMs = 0;
+$MaxRevertsWhileRunningVMs = 1;
 $MaxActiveVMs = 2;
 $MaxVMsWhenIdle = undef;
 $SleepAfterRevert = 30;




More information about the wine-cvs mailing list