From: mike Date: Wed, 20 Nov 2002 17:20:11 +0000 (+0000) Subject: Use test/regression rather than test/random X-Git-Tag: v1.5~200 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=14d16b2b218c8b804a4bbdd33dd44c73d25d9ac3;p=cql-java-moved-to-github.git Use test/regression rather than test/random --- diff --git a/Build b/Build index 2de5376..a399888 100755 --- a/Build +++ b/Build @@ -1,9 +1,9 @@ #!/bin/sh -# $Id: Build,v 1.1 2002-11-17 23:29:54 mike Exp $ +# $Id: Build,v 1.2 2002-11-20 17:20:11 mike Exp $ : ${MAKE=make} -for dir in src/org/z3950/zing/cql test/random docs; do +for dir in src/org/z3950/zing/cql test/regression docs; do echo "=== Building in $dir ===" ( cd $dir; $MAKE ${@+"$@"} ) done