revert to testing only pl by default for now - use '-y pl -y pg' for
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 15 Nov 2011 17:59:58 +0000 (18:59 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 15 Nov 2011 17:59:58 +0000 (18:59 +0100)
testing both styles

system/TestMain.py

index 779d957..7dce404 100755 (executable)
@@ -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 (