From 16d5a769d2317c43641f68a3b6d4734ae3245e90 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 21 Dec 2012 13:21:31 -0500 Subject: [PATCH] Add a fasttest rake command that runs both fasttest_cms and fasttest_lms --- rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rakefile b/rakefile index adf16cc462..312ad90124 100644 --- a/rakefile +++ b/rakefile @@ -193,6 +193,8 @@ TEST_TASK_DIRS = [] run_tests(system, report_dir, args.stop_on_failure) end + task :fasttest => "fasttest_#{system}" + TEST_TASK_DIRS << system desc <<-desc