summaryrefslogtreecommitdiff
path: root/scripts/geoquery/test.sh
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-04-25 15:25:34 +0200
committerPatrick Simianer <p@simianer.de>2014-04-25 15:25:34 +0200
commit4e3260df76571ee3be531a6d7c0c1b5c93a056a4 (patch)
tree02f5e04e32215f6c7bccf31aa45fc21325cfab9c /scripts/geoquery/test.sh
parent62a5ea36c1e678809a0557e67ec08f6a58252a24 (diff)
merge,cleanup,rename
Diffstat (limited to 'scripts/geoquery/test.sh')
-rwxr-xr-xscripts/geoquery/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/geoquery/test.sh b/scripts/geoquery/test.sh
index 3ac8b2d..3dea047 100755
--- a/scripts/geoquery/test.sh
+++ b/scripts/geoquery/test.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-/workspace/grounded/lampion/scripts/geoquery/translate.sh $1 $2 < /workspace/grounded/lampion/proper/d/split880.test.in | tee $2.transl | /workspace/grounded/lampion/scripts/geoquery/semparse.rb $3 | tee $2.parsed | /workspace/grounded/lampion/scripts/geoquery/query.rb $3 > $2.output
-/workspace/grounded/lampion/scripts/geoquery/eval.rb /workspace/grounded/lampion/proper/d/split880.test.gold < $2.output > $2.result
+/workspace/grounded/rebol/scripts/geoquery/translate.sh $1 $2 < /workspace/grounded/rebol/proper/d/split880.test.in | tee $2.transl | /workspace/grounded/rebol/scripts/geoquery/semparse.rb $3 | tee $2.parsed | /workspace/grounded/rebol/scripts/geoquery/query.rb $3 > $2.output
+/workspace/grounded/rebol/scripts/geoquery/eval.rb /workspace/grounded/rebol/proper/d/split880.test.gold < $2.output > $2.result