summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-03-26 23:33:30 +1100
committerJames Turnbull <james@lovedthanlost.net>2009-03-26 23:33:30 +1100
commitd1259372ea955c488efa37724fc74a55da28eefc (patch)
treeb12596f1d992822990b6e3eb7de59496f91e0af2
parentc62c19370bfba881819c1a3d9da2f8e6fb52e5d9 (diff)
downloadpuppet-d1259372ea955c488efa37724fc74a55da28eefc.tar.gz
puppet-d1259372ea955c488efa37724fc74a55da28eefc.tar.xz
puppet-d1259372ea955c488efa37724fc74a55da28eefc.zip
Added rake ci:all task
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 34a60ea96..c698a414c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -163,6 +163,9 @@ namespace :ci do
ENV['CI_REPORTS'] = 'results'
end
+ desc "Run all CI tests"
+ task :all => [:unit, :spec]
+
desc "Run CI Unit tests"
task :unit => [:prep, 'ci:setup:testunit'] do
sh "cd test; rake test; exit 0"