From a07ba8e87ac5097faf3a1709e8ad96ae6dfac17a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 16 Nov 2011 09:28:06 +0100 Subject: [PATCH] revert the default to 'pl'+'pg' vbuild-nightly now supports -y --- system/TestMain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/TestMain.py b/system/TestMain.py index 7dce404..02d4428 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -23,6 +23,7 @@ class TestMain: subversion_id = "Now using git -- version tracker broken" default_config = [ 'default' ] + default_rspec_styles = [ 'pl', 'pg' ] default_build_url = "git://git.onelab.eu/tests" @@ -144,8 +145,7 @@ steps refer to a method in TestPlc or to a step_* module setattr(self.options,optname, flatten ( [ arg.split() for arg in getattr(self.options,optname) ] )) if not self.options.rspec_styles: -# self.options.rspec_styles=['pl','pg'] - self.options.rspec_styles=['pl'] + self.options.rspec_styles=TestMain.default_rspec_styles # handle defaults and option persistence for (recname,filename,default,need_reverse) in ( -- 2.47.0