From 3af9ff2a16b1da07813ad19095b8864f7f3a0529 Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Sat, 31 Dec 2011 10:21:49 +1000 Subject: [PATCH] Temp hack to fix build server removed. --- rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/rakefile b/rakefile index ab445a288..369b2c2ff 100644 --- a/rakefile +++ b/rakefile @@ -8,7 +8,6 @@ end desc "Run all unit tests" task :all_unit_tests => ["msf_install"] do - rm_rf 'test/msf' Rake::Task['msf_update'].invoke Rake::Task['msf_start'].invoke sh "cd test/unit/;ruby ts_beef.rb"