[Rt-commit] r15939 - in rt/branches/3.999-DANGEROUS: t

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Sep 12 06:05:57 EDT 2008


Author: sunnavy
Date: Fri Sep 12 06:05:55 2008
New Revision: 15939

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/t/plugin.t

Log:
 r16662 at sunnavys-mb:  sunnavy | 2008-09-12 18:05:18 +0800
 temporarily disable plugin.t by default


Modified: rt/branches/3.999-DANGEROUS/t/plugin.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/plugin.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/plugin.t	Fri Sep 12 06:05:55 2008
@@ -1,6 +1,14 @@
 #!/usr/bin/perl
 use strict;
 use warnings;
+
+# XXX TODO temporarily not run this test by default because this will ruin
+# your database in etc/config.yml.
+
+BEGIN {
+    exit 0 unless @ARGV > 0; 
+}
+
 use Test::More tests => 5;
 BEGIN {
     use RT;


More information about the Rt-commit mailing list