From: Thierry Parmentelat Date: Tue, 15 Nov 2011 17:59:58 +0000 (+0100) Subject: revert to testing only pl by default for now - use '-y pl -y pg' for X-Git-Tag: tests-5.0-31~18 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=99b7801bb3be27f0d03e230074680a310cd2033e;p=tests.git revert to testing only pl by default for now - use '-y pl -y pg' for testing both styles --- diff --git a/system/TestMain.py b/system/TestMain.py index 779d957..7dce404 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -144,7 +144,8 @@ 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','pg'] + self.options.rspec_styles=['pl'] # handle defaults and option persistence for (recname,filename,default,need_reverse) in (