[ARVADOS] updated: c882575c856e01313cf2caf2e4ead1f27bfb33ae
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 9 22:45:14 EST 2015
Summary of changes:
apps/workbench/test/performance_test_helper.rb | 3 +++
1 file changed, 3 insertions(+)
via c882575c856e01313cf2caf2e4ead1f27bfb33ae (commit)
from 525d5d6351a0610237c52f1564dec5b77cf3af4f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c882575c856e01313cf2caf2e4ead1f27bfb33ae
Author: Ward Vandewege <ward at curoverse.com>
Date: Mon Feb 9 22:45:04 2015 -0500
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 7d335d8..e3da839 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:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list