From: Thierry Parmentelat Date: Wed, 16 Nov 2011 08:28:06 +0000 (+0100) Subject: revert the default to 'pl'+'pg' X-Git-Tag: tests-5.0-31~17 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a07ba8e87ac5097faf3a1709e8ad96ae6dfac17a;p=tests.git revert the default to 'pl'+'pg' vbuild-nightly now supports -y --- 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 (