[Po4a-commits] po4a/testsuite check,1.2,1.3
Martin Quinson
po4a-devel@lists.alioth.debian.org
Tue, 17 Aug 2004 00:04:12 +0000
Update of /cvsroot/po4a/po4a/testsuite
In directory haydn:/tmp/cvs-serv8354/testsuite
Modified Files:
check
Log Message:
update to modernity
Index: check
===================================================================
RCS file: /cvsroot/po4a/po4a/testsuite/check,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- check 9 Jan 2003 09:07:27 -0000 1.2
+++ check 17 Aug 2004 00:04:10 -0000 1.3
@@ -48,7 +48,7 @@
echo "####### $fich";
rm -f po4a-normalize.*
- if po4a-normalize -t $module $tmp/$newfich 2>&1 ; then
+ if PERLLIB=../lib ../po4a-normalize -f $module $tmp/$newfich 2>&1 ; then
if [ -e po4a-normalize.output ] ; then
mv po4a-normalize.output $tmp/po4a-normalize.output
$cmdtotxt $tmp/po4a-normalize.output $tmp/$newfich;
@@ -59,7 +59,7 @@
echo $fich >> LISTE.OK
else
echo ">wdiff"
- if mywdiff $tmp/$newfich.txt $tmp/po4a-normalize.output.txt ; then
+ if wdiff -3 -n $tmp/$newfich.txt $tmp/po4a-normalize.output.txt ; then
echo $fich >> LISTE.DIFF
else
echo $fich >> LISTE.WDIFF