- Change the XCQL output to include the nasty and redundant
[cql-java-moved-to-github.git] / test / regression / showtest
index 15e57b5..2cf6f7e 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# $Id: showtest,v 1.4 2002-11-20 01:15:15 mike Exp $
+
 if [ $# != 1 ]; then
        echo "Usage: $0 <test-name>" >&2
        echo "  e.g. $0 01/02" >&2
@@ -8,7 +10,7 @@ fi
 
 ### Warning: nasty hard-coded choices
 ( echo "=== Adam ==="
-  ../../srw/cql/cqlparse3 < sections/$1.cql ) > /tmp/adam
+  ../../../srw/cql/cqlparse3 < sections/$1.cql ) > /tmp/adam
 ( echo "=== Mike ==="
-  ../bin/CQLParser < sections/$1.cql ) > /tmp/mike
+  ../../bin/CQLParser < sections/$1.cql ) > /tmp/mike
 sdiff -w 80 /tmp/adam /tmp/mike