summaryrefslogtreecommitdiffstats
path: root/Rakefile
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:36:10 +1100
commit1b4eae73665e03b9ce7ee77b5f4799502619e426 (patch)
tree18a1f97f516e3ba56a502dc67667eaef548e1dca /Rakefile
parent830e1b1f3c73e63b698f04298e8f5ff827a85dad (diff)
downloadpuppet-1b4eae73665e03b9ce7ee77b5f4799502619e426.tar.gz
puppet-1b4eae73665e03b9ce7ee77b5f4799502619e426.tar.xz
puppet-1b4eae73665e03b9ce7ee77b5f4799502619e426.zip
Added rake ci:all task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index b702beaa9..39ec40168 100644
--- a/Rakefile
+++ b/Rakefile
@@ -171,6 +171,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"