[Bps-public-commit] r18883 - in Shipwright/trunk: share
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Mar 19 22:29:50 EDT 2009
Author: sunnavy
Date: Thu Mar 19 22:29:50 2009
New Revision: 18883
Added:
Shipwright/trunk/share/__default_builder_options
Modified:
Shipwright/trunk/t/hello/fs.t
Shipwright/trunk/t/hello/svk.t
Shipwright/trunk/t/hello/svn.t
Log:
add __default_builder_options with comments in to repo by default
Added: Shipwright/trunk/share/__default_builder_options
==============================================================================
--- (empty file)
+++ Shipwright/trunk/share/__default_builder_options Thu Mar 19 22:29:50 2009
@@ -0,0 +1 @@
+# one argument per line
Modified: Shipwright/trunk/t/hello/fs.t
==============================================================================
--- Shipwright/trunk/t/hello/fs.t (original)
+++ Shipwright/trunk/t/hello/fs.t Thu Mar 19 22:29:50 2009
@@ -56,7 +56,7 @@
my @dirs = sort grep { !/^\./ } readdir $dh;
is_deeply(
[@dirs],
- [ 'bin', 'etc', 'inc', 'scripts', 'shipwright', 'sources', 't' ],
+ [ '__default_builder_options', 'bin', 'etc', 'inc', 'scripts', 'shipwright', 'sources', 't' ],
'initialize works'
);
Modified: Shipwright/trunk/t/hello/svk.t
==============================================================================
--- Shipwright/trunk/t/hello/svk.t (original)
+++ Shipwright/trunk/t/hello/svk.t Thu Mar 19 22:29:50 2009
@@ -38,7 +38,7 @@
chomp @dirs;
is_deeply(
[@dirs],
- [ 'bin/', 'etc/', 'inc/', 'scripts/', 'shipwright/', 'sources/', 't/' ],
+ [ '__default_builder_options', 'bin', 'etc', 'inc', 'scripts', 'shipwright', 'sources', 't' ],
'initialize works'
);
Modified: Shipwright/trunk/t/hello/svn.t
==============================================================================
--- Shipwright/trunk/t/hello/svn.t (original)
+++ Shipwright/trunk/t/hello/svn.t Thu Mar 19 22:29:50 2009
@@ -36,7 +36,7 @@
chomp @dirs;
is_deeply(
[@dirs],
- [ 'bin/', 'etc/', 'inc/', 'scripts/', 'shipwright/', 'sources/', 't/' ],
+ [ '__default_builder_options', 'bin', 'etc', 'inc', 'scripts', 'shipwright', 'sources', 't' ],
'initialize works'
);
More information about the Bps-public-commit
mailing list