From: Thierry Parmentelat Date: Wed, 28 May 2014 09:07:42 +0000 (+0200) Subject: only test the pg rspec_style X-Git-Tag: tests-5.3-5~2 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=8980ce2087e5dc37a815e6fca78d881bdb22521c only test the pg rspec_style --- diff --git a/system/TestMain.py b/system/TestMain.py index 0ec1fbb..3fa6816 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -90,7 +90,8 @@ class TestMain: subversion_id = "Now using git -- version tracker broken" default_config = [ 'default' ] - default_rspec_styles = [ 'pl', 'pg' ] +# default_rspec_styles = [ 'pl', 'pg' ] + default_rspec_styles = [ 'pg' ] default_build_url = "git://git.onelab.eu/tests"