[Bps-public-commit] r10429 - bpsbuilder/Shipwright/lib/Shipwright
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Jan 22 13:37:02 EST 2008
Author: sunnavy
Date: Tue Jan 22 13:37:01 2008
New Revision: 10429
Modified:
bpsbuilder/Shipwright/lib/Shipwright/Backend.pm
Log:
echo cmd when build for build script
Modified: bpsbuilder/Shipwright/lib/Shipwright/Backend.pm
==============================================================================
--- bpsbuilder/Shipwright/lib/Shipwright/Backend.pm (original)
+++ bpsbuilder/Shipwright/lib/Shipwright/Backend.pm Tue Jan 22 13:37:01 2008
@@ -240,8 +240,9 @@
next;
}
- print $log "build $type part in $dir\n";
+ print $log "build $type part in $dir with cmd: $cmd\n";
+ print "we'll run the cmd: $cmd\n";
if ( system($cmd) ) {
print $log "build $dir with failure when run $type: $!\n";
die "build $dir with failure when run $type: $!\n";
@@ -329,7 +330,7 @@
$cmd = $_;
}
- print "run tests $type: \n";
+ print "run tests $type with cmd: $cmd\n";
system($cmd) && die "something wrong when execute $cmd: $?";
}
More information about the Bps-public-commit
mailing list