Temp hack to fix build server.

This commit is contained in:
Wade Alcorn
2011-12-31 10:20:37 +10:00
parent 316bff1b7d
commit ef169e6146

View File

@@ -8,6 +8,7 @@ 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"