summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-12-01 22:59:21 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-12-01 22:59:21 +0000
commitba6d8d917410b4de3f4c08efcfed772f27d2c74e (patch)
treee1f06cf42f7e98051a176af1cc6b9b8e094d5b27 /test
parentbc9c876ebb9f7cd249220949f5adf9c3948d504a (diff)
fixed paths for query_server_spec.rb
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@885994 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/view_server/query_server_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/view_server/query_server_spec.rb b/test/view_server/query_server_spec.rb
index 8fc2ab43..4697efca 100644
--- a/test/view_server/query_server_spec.rb
+++ b/test/view_server/query_server_spec.rb
@@ -11,9 +11,9 @@
# the License.
# to run (requires ruby and rspec):
-# spec test/query_server_spec.rb -f specdoc --color
+# spec test/view_server/query_server_spec.rb -f specdoc --color
-COUCH_ROOT = "#{File.dirname(__FILE__)}/.." unless defined?(COUCH_ROOT)
+COUCH_ROOT = "#{File.dirname(__FILE__)}/../.." unless defined?(COUCH_ROOT)
LANGUAGE = ENV["QS_LANG"] || "js"
puts "Running query server specs for #{LANGUAGE} query server"