diff options
| author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-01 01:20:20 +0000 |
|---|---|---|
| committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-01 01:20:20 +0000 |
| commit | a62fd3e0ab6791c769e0e82dd83772927b1d4cee (patch) | |
| tree | ad4a0e57e042ce3e20123a3706d288c6fb8f3970 | |
| parent | 12bf8163eff417a7014ca7f9d223c0f01719d3d1 (diff) | |
| download | puppet-a62fd3e0ab6791c769e0e82dd83772927b1d4cee.tar.gz puppet-a62fd3e0ab6791c769e0e82dd83772927b1d4cee.tar.xz puppet-a62fd3e0ab6791c769e0e82dd83772927b1d4cee.zip | |
Filenames for test must _end_ with '.rb'
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2144 980ebf18-57e1-0310-9a29-db15c13687c0
| -rw-r--r-- | test/Rakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Rakefile b/test/Rakefile index 4e4512d0b..a8118c1c5 100644 --- a/test/Rakefile +++ b/test/Rakefile @@ -1,3 +1,4 @@ +# let Emacs know it's -*- ruby -*- begin require 'rake/testtask' rescue LoadError @@ -38,7 +39,7 @@ find(".") do |f| next if dir == "." # If we're a ruby script, then add it to the list of files for that dir - if file =~ /\.rb/ + if file =~ /\.rb$/ allfiles << f # Add it to all of the parent dirs, not just our own parts = File.split(dir) |
