[Bps-public-commit] r15669 - in Shipwright/trunk: t/hello
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sat Aug 30 02:18:52 EDT 2008
Author: sunnavy
Date: Sat Aug 30 02:18:50 2008
New Revision: 15669
Modified:
Shipwright/trunk/ (props changed)
Shipwright/trunk/t/hello/svk.t
Shipwright/trunk/t/hello/svn.t
Log:
r16341 at sunnavys-mb: sunnavy | 2008-08-30 14:05:47 +0800
add force arg to build because we lack some deps that can cause Acme::Hello fail tests
Modified: Shipwright/trunk/t/hello/svk.t
==============================================================================
--- Shipwright/trunk/t/hello/svk.t (original)
+++ Shipwright/trunk/t/hello/svk.t Sat Aug 30 02:18:50 2008
@@ -48,6 +48,7 @@
source => 'file:' . catfile( 't', 'hello', 'Acme-Hello-0.03.tar.gz' ),
follow => 0,
log_level => 'FATAL',
+ force => 1,
);
isa_ok( $shipwright, 'Shipwright' );
@@ -144,6 +145,7 @@
name => 'howdy',
follow => 0,
log_level => 'FATAL',
+ force => 1,
);
$source_dir = $shipwright->source->run();
Modified: Shipwright/trunk/t/hello/svn.t
==============================================================================
--- Shipwright/trunk/t/hello/svn.t (original)
+++ Shipwright/trunk/t/hello/svn.t Sat Aug 30 02:18:50 2008
@@ -24,6 +24,7 @@
source => 'file:' . catfile( 't', 'hello', 'Acme-Hello-0.03.tar.gz' ),
log_level => 'FATAL',
follow => 0,
+ force => 1,
);
isa_ok( $shipwright->backend, 'Shipwright::Backend::SVN' );
More information about the Bps-public-commit
mailing list