From 99b7801bb3be27f0d03e230074680a310cd2033e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 15 Nov 2011 18:59:58 +0100 Subject: [PATCH] revert to testing only pl by default for now - use '-y pl -y pg' for testing both styles --- system/TestMain.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ( -- 2.43.0