[SCM] vim-addon-manager packaging branch, master, updated. v0.4.4-52-geef7258

Antonio Terceiro terceiro at debian.org
Tue Jan 31 23:33:55 UTC 2012


The following commit has been merged in the master branch:
commit eef72581321a6ba5f806c4daa976304922fbf993
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jan 31 21:29:41 2012 -0200

    Don't run tests with -w for now

diff --git a/Rakefile b/Rakefile
index ba79284..cc9f1a3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
 task :default => [:rspec, :cucumber]
 
 task :rspec do
-  ruby '-w -S rspec --color spec'
+  ruby '-S rspec --color spec'
 end
 
 task :cucumber do

-- 
vim-addon-manager packaging



More information about the pkg-vim-maintainers mailing list