[Bps-public-commit] r15990 - sd/trunk/t
jesse at bestpractical.com
jesse at bestpractical.com
Mon Sep 15 18:11:31 EDT 2008
Author: jesse
Date: Mon Sep 15 18:11:30 2008
New Revision: 15990
Modified:
sd/trunk/t/sd-rt-permission.t
sd/trunk/t/sd-rt.t
Log:
* quiet down some tests in non-verbose mode
Modified: sd/trunk/t/sd-rt-permission.t
==============================================================================
--- sd/trunk/t/sd-rt-permission.t (original)
+++ sd/trunk/t/sd-rt-permission.t Mon Sep 15 18:11:30 2008
@@ -10,7 +10,7 @@
BEGIN {
unless (eval 'use RT::Test; 1') {
- diag $@;
+ diag $@ if $ENV{'TEST_VERBOSE'};
plan skip_all => 'requires 3.7 or newer to run tests.';
}
}
Modified: sd/trunk/t/sd-rt.t
==============================================================================
--- sd/trunk/t/sd-rt.t (original)
+++ sd/trunk/t/sd-rt.t Mon Sep 15 18:11:30 2008
@@ -10,7 +10,7 @@
BEGIN {
unless (eval 'use RT::Test; 1') {
- diag $@;
+ diag $@ if $ENV{'TEST_VERBOSE'};
plan skip_all => 'requires 3.7 or newer to run tests.';
}
}
More information about the Bps-public-commit
mailing list