[Bps-public-commit] r18471 - Shipwright/trunk/share/bin
jesse at bestpractical.com
jesse at bestpractical.com
Thu Feb 19 14:05:37 EST 2009
Author: jesse
Date: Thu Feb 19 14:05:37 2009
New Revision: 18471
Modified:
Shipwright/trunk/share/bin/shipwright-builder
Log:
* Turn on AUTOMATED_TESTING in the shipwright builder so modules like readline won't prompt
Modified: Shipwright/trunk/share/bin/shipwright-builder
==============================================================================
--- Shipwright/trunk/share/bin/shipwright-builder (original)
+++ Shipwright/trunk/share/bin/shipwright-builder Thu Feb 19 14:05:37 2009
@@ -261,6 +261,8 @@
no warnings 'uninitialized';
# this dirty hack means that ExtUtils::AutoInstall won't try to recurse and run cpan
$ENV{'PERL5_CPANPLUS_IS_RUNNING'}= 1;
+ $ENV{'AUTOMATED_TESTING'} =1; # Term::ReadLine::Perl and others
+ # use this to not prompt
$ENV{DYLD_LIBRARY_PATH} =
catdir( $args{'install-base'}, 'lib' ) . ':'
. $ENV{DYLD_LIBRARY_PATH};
More information about the Bps-public-commit
mailing list