This commit is contained in:
Evan Weaver 2012-07-10 15:44:31 -07:00
Родитель 8d2cb91184
Коммит 34714f8211
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -87,7 +87,7 @@ task :test_all do
with_vms("test")
end
task :prerelease => [:test_all]
task :prerelease => [:test]
task :benchmark_all do
with_vms("benchmark CLIENT=libm")