summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-07-12 07:53:24 +0200
committerAndreas Maunz <andreas@maunz.de>2011-07-12 07:53:24 +0200
commit3a58a09c23087428a4be5488aba5cf13cfbf1a9d (patch)
treea746309bf2b4f28907d2c622d7daca9d0c51aeaa
parent98fdf4740451067911ed1b8103fec5cc16755f94 (diff)
Removed tests
-rwxr-xr-xopentox-webservices.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index 26835e4..ef98ded 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -80,14 +80,10 @@ for mylib in bbrc last; do
done
cd "libfminer/libbbrc">>$LOG 2>&1
cmd="make ruby" && run_cmd "$cmd" "Make BBRC"
-cd "test">>$LOG 2>&1
-cmd="$RUBY tc_fminer_ruby.rb" && run_cmd "$cmd" "BBRC Unit Tests"
-cd ../../../ >>$LOG 2>&1
+cd -
cd "libfminer/liblast">>$LOG 2>&1
cmd="make ruby" && run_cmd "$cmd" "Make LAST"
-cd "test">>$LOG 2>&1
-cmd="$RUBY tc_fminer_ruby.rb" && run_cmd "$cmd" "LAST Unit Tests"
-cd ../../../ >>$LOG 2>&1
+cd -
cd "last-utils">>$LOG 2>&1
$GIT checkout $OT_BRANCH>>$LOG 2>&1
$GIT pull >>$LOG 2>&1