Temp hack to fix build server removed.

This commit is contained in:
Wade Alcorn
2011-12-31 10:21:49 +10:00
parent ef169e6146
commit 3af9ff2a16

View File

@@ -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"