[Bps-public-commit] r13603 - in Shipwright/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jun 25 20:17:16 EDT 2008
Author: sunnavy
Date: Wed Jun 25 20:17:15 2008
New Revision: 13603
Modified:
Shipwright/trunk/ (props changed)
Shipwright/trunk/lib/Shipwright/Build.pm
Log:
r13809 at sunnavys-mb: sunnavy | 2008-06-26 06:54:09 +0800
typo fix
Modified: Shipwright/trunk/lib/Shipwright/Build.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Build.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Build.pm Wed Jun 25 20:17:15 2008
@@ -213,7 +213,7 @@
if ( system($cmd) ) {
$self->log->error("build $dir with failure when run $type: $!");
- if ( $self->force && $type eq 'error' ) {
+ if ( $self->force && $type eq 'test' ) {
$self->log->error(
"although tests failed, will install anyway since we have force arg\n"
);
More information about the Bps-public-commit
mailing list