summaryrefslogtreecommitdiff
path: root/test/compound.rb
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-04-13 14:52:21 +0200
committerrautenberg <rautenberg@in-silico.ch>2012-04-13 14:52:21 +0200
commit3647be0249667579baff9a94068b913fdaf50d54 (patch)
treec6ebb06d6b9b1f5ddfb17d999ecbe4600e8f041a /test/compound.rb
parentee76d660c9c4b6fcb93b903117d8590cc5443312 (diff)
puts service URI for manual and nightly test
Diffstat (limited to 'test/compound.rb')
-rw-r--r--test/compound.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/compound.rb b/test/compound.rb
index 8480892..e1167d8 100644
--- a/test/compound.rb
+++ b/test/compound.rb
@@ -3,6 +3,7 @@ require File.join(File.expand_path(File.dirname(__FILE__)),"setup.rb")
begin
@@service_uri = $compound[:uri]
+ puts "Service URI is: #{@@service_uri}"
rescue
puts "Configuration Error: $compound[:uri] is not defined in: " + File.join(ENV["HOME"],".opentox","config","test.rb")
exit