Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorDennis Schafroth <dennis@indexdata.com>
Tue, 18 Sep 2012 12:43:08 +0000 (14:43 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 18 Sep 2012 12:43:08 +0000 (14:43 +0200)
src/pazpar2.c
test/test_tmarc.sh

index 0d441b2..f1a24bc 100644 (file)
@@ -118,7 +118,7 @@ static int sc_main(
     yaz_log_init_prefix("pazpar2");
     yaz_log_xml_errors(0, YLOG_WARN);
 
-    while ((ret = options("dDf:h:l:p:R:tu:v:VX", argv, argc, &arg)) != -2)
+    while ((ret = options("dDf:h:l:p:R:tu:v:Vw:X", argv, argc, &arg)) != -2)
     {
        switch (ret)
         {
index fb5e2a0..b73b597 100755 (executable)
@@ -8,7 +8,6 @@ for m in tmarc?.xml; do
        xsltproc ../etc/tmarc.xsl $m >$l
        if test -f $r; then
                if diff $l $r >$d; then
-                       echo "$b: OK"
                        rm $d
                else
                        echo "$b: FAIL; check $d"