From: Ward Vandewege Date: Tue, 10 Feb 2015 03:45:04 +0000 (-0500) Subject: We need tmp/cache to exist before we can run performance tests X-Git-Tag: 1.1.0~1829 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/c882575c856e01313cf2caf2e4ead1f27bfb33ae We need tmp/cache to exist before we can run performance tests refs #4754 --- diff --git a/apps/workbench/test/performance_test_helper.rb b/apps/workbench/test/performance_test_helper.rb index 7d335d819a..e3da839d94 100644 --- a/apps/workbench/test/performance_test_helper.rb +++ b/apps/workbench/test/performance_test_helper.rb @@ -1,5 +1,8 @@ require 'integration_helper' +# We need tmp/cache to exist before we can run tests +Rake::Task["tmp:create"].invoke + # Performance test can run in two two different ways: # # 1. Similar to other integration tests using the command: