summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-24 12:50:17 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-24 12:50:17 +0200
commit29a3a7e7ce329f1a01861f407752270001882814 (patch)
treef64cf4a4b110d41c29fe4014cb52d17741082644
parent8d7b94b711b4995fc75809c4357930026e2ff3e4 (diff)
Included load test for OB in rb
-rwxr-xr-xconfig.sh2
-rwxr-xr-xopenbabel.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index 5a13b3a..ae90af3 100755
--- a/config.sh
+++ b/config.sh
@@ -7,7 +7,7 @@
# 1) Base setup
OT_DIST="debian" # Linux distribution (debian)
OT_INSTALL="local" # Type (gem, local, server)
-OT_BRANCH="master" # Maturity (development, master)
+OT_BRANCH="development" # Maturity (development, master)
# 2) Where all binaries are installed.
OT_PREFIX="$HOME/opentox-ruby"
diff --git a/openbabel.sh b/openbabel.sh
index 1eda925..e76559c 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -93,7 +93,7 @@ if ! $OB_DONE ; then
cmd="cp openbabel.so $OB_DEST_BINDINGS" && run_cmd "$cmd" "Install"
cmd="ln -s $OB_DEST_BINDINGS/openbabel.so $RUBY_DEST/lib/ruby/site_ruby/1.8/`uname -m`-linux/" && run_cmd "$cmd" "Link"
. "`pwd`/utils.sh"
- cmd="ruby ob-test-rb.rb" && run_cmd "$cmd" "Load"
+ cmd="ruby test-ob-rb.rb" && run_cmd "$cmd" "Load"
fi
cd "$DIR"