[Module-build-checkins] Module-Build Changes,1.299.2.8,1.299.2.9
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-11-15 20:13:25
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16216 Modified Files: Tag: release-0_26_branch Changes Log Message: Fix regex in expand_test_dir() Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.8 retrieving revision 1.299.2.9 diff -C2 -d -r1.299.2.8 -r1.299.2.9 *** Changes 15 Nov 2004 19:51:09 -0000 1.299.2.8 --- Changes 15 Nov 2004 20:13:15 -0000 1.299.2.9 *************** *** 7,10 **** --- 7,14 ---- warnings. [Suggested by Michael Schwern] + - The expand_test_dir() method will now skip dotfiles (like ._foo.t, + which sometimes gets automatically created on Mac systems) when + 'recursive_test_files' is in effect. [Tom Insam] + 0.2603 (Bug fix for 0.26) Mon Nov 15 10:28:00 CST 2004 |