X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fregression%2Fshowtest;h=a55c143e239bc70bf900144c4cea7b66252ff4fb;hb=a5ae42d39ac80328f01936334bb2735a2d156439;hp=adcedef25a9b97b47f1c86e00db5a4bcb4eeaff0;hpb=9225a0994fd952b6ca44873e44e677cf570286b9;p=cql-java-moved-to-github.git diff --git a/test/regression/showtest b/test/regression/showtest index adcedef..a55c143 100755 --- a/test/regression/showtest +++ b/test/regression/showtest @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: showtest,v 1.5 2002-11-26 15:51:48 mike Exp $ +# $Id: showtest,v 1.6 2002-11-28 11:56:55 mike Exp $ if [ $# != 1 ]; then echo "Usage: $0 " >&2 @@ -10,7 +10,7 @@ fi ### Warning: nasty hard-coded choices ( echo "=== Adam ===" - ../../../srw/cql/cqlshell < sections/$1.cql ) > /tmp/adam + ../../../srw/cql/cql2xcql < sections/$1.cql ) > /tmp/adam ( echo "=== Mike ===" ../../bin/CQLParser < sections/$1.cql ) > /tmp/mike sdiff -w 80 /tmp/adam /tmp/mike