From 40e12c6af9d05c3413efaf535c35c625b736cbb9 Mon Sep 17 00:00:00 2001 From: Constantin Date: Wed, 2 Jun 2010 20:09:42 +0200 Subject: preparing for joining with rasdaman open source --- petascope/test/full-test-online.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 petascope/test/full-test-online.sh (limited to 'petascope/test/full-test-online.sh') diff --git a/petascope/test/full-test-online.sh b/petascope/test/full-test-online.sh new file mode 100755 index 0000000..2356719 --- /dev/null +++ b/petascope/test/full-test-online.sh @@ -0,0 +1,14 @@ +#! /bin/bash +# Command-line utility for testing PetaScope WCPS +# Usage: ./full-test-online.sh [URL] [testFolder] [outputFolder] +# Parameters: +# * URL: the URL of the PetaScope implementation. Defaults to the new implementation on kahlua +# * testFolder: the folder that contains abstract syntax query test cases (extension ".test") +# * outputFolder: the folder where the script should save intermediate and output files. +# +# WARNING: if you use relative paths for the folders, they should be relative to the project folder, not to the test folder ! + +CLASSPATH=.:lib/wcps-all.jar:lib/jaxb-api.jar:lib/jaxb-impl.jar:lib/postgresql-8.3-604.jdbc4.jar:lib/jsr173_api.jar:lib/rasj.jar:lib/commons-math-1.1.jar:lib/antlrworks-1.2.3.jar:lib/commons-io-1.3.2.jar + +# cd .. && make jar && java -cp $CLASSPATH wcps.server.test.FullTestsOnline $1 $2 $3 +cd .. && java -cp $CLASSPATH wcps.server.test.FullTestsOnline $1 $2 $3 -- cgit