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"