[Bps-public-commit] r18848 - Shipwright/trunk/t
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Mar 19 03:37:30 EDT 2009
Author: sunnavy
Date: Thu Mar 19 03:37:30 2009
New Revision: 18848
Modified:
Shipwright/trunk/t/71.script_cmds.t
Log:
update test to make it pass again
Modified: Shipwright/trunk/t/71.script_cmds.t
==============================================================================
--- Shipwright/trunk/t/71.script_cmds.t (original)
+++ Shipwright/trunk/t/71.script_cmds.t Thu Mar 19 03:37:30 2009
@@ -268,7 +268,7 @@
'set mandatory flag man1',
],
[
- [ 'build', '--install-base', $install_base, ],
+ [ 'build', '--install-base', $install_base, '--verbose' ],
qr/run, run, Build\.PL.*run, run, Makefile\.PL/ms,
'Build.PL and Makefile.PL are run',
],
@@ -276,7 +276,7 @@
[
'build', '--flags',
'configure', '--install-base',
- $install_base,
+ $install_base, '--verbose',
],
qr/run, run, configure/,
'configure is run',
More information about the Bps-public-commit
mailing list