[Bps-public-commit] Shipwright branch, master, updated. 70d0b4f7721a850342ead2bb0e2271f9c9e3a8ea

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sat Sep 12 03:22:42 EDT 2009


The branch, master has been updated
       via  70d0b4f7721a850342ead2bb0e2271f9c9e3a8ea (commit)
      from  cced90ce4b644e44c49229afcdfe1e8481dcffc1 (commit)

Summary of changes:
 t/71.script_cmds.t |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 70d0b4f7721a850342ead2bb0e2271f9c9e3a8ea
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Sep 12 15:22:36 2009 +0800

    --skip-test when building sampple dist

diff --git a/t/71.script_cmds.t b/t/71.script_cmds.t
index 4dabba5..452e779 100644
--- a/t/71.script_cmds.t
+++ b/t/71.script_cmds.t
@@ -282,7 +282,7 @@ qr/set mandatory flags with success\s+mandatory flags of man1 are build/,
             'set mandatory flag man1',
         ],
         [
-            [ 'build', '--install-base', $install_base, '--verbose' ],
+            [ 'build', '--install-base', $install_base, '--verbose', '--skip-test' ],
             qr/run, run, Build\.PL.*run, run, Makefile\.PL/ms,
             'Build.PL and Makefile.PL are run',
         ],
@@ -303,6 +303,7 @@ qr/set mandatory flags with success\s+mandatory flags of man1 are build/,
                 'build',       '--flags',
                 'configure',   '--install-base',
                 $install_base, '--verbose',
+                '--skip-test',
             ],
             qr/run, run, configure/,
             'configure is run',

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list