test/check_paranoia.sh.in: need to ignore variance in status.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
$Id: version.h,v 1.4 2005/01/22 19:39:16 rocky Exp $
|
$Id: version.h,v 1.5 2008/03/08 18:11:11 rocky Exp $
|
||||||
|
|
||||||
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
|
Copyright (C) 2004, 2005, 2008 Rocky Bernstein <rocky@gnu.org>
|
||||||
Copyright (C) 2001 Monty xiphmont@mit.edu
|
Copyright (C) 2001 Monty xiphmont@mit.edu
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
@@ -26,5 +26,5 @@
|
|||||||
#define PARANOIA_VERSION \
|
#define PARANOIA_VERSION \
|
||||||
"cdparanoia III release 9.8 libcdio " CDIO_VERSION "\n" \
|
"cdparanoia III release 9.8 libcdio " CDIO_VERSION "\n" \
|
||||||
"(C) 2001 Monty <monty@xiph.org> and Xiphophorus\n" \
|
"(C) 2001 Monty <monty@xiph.org> and Xiphophorus\n" \
|
||||||
"(C) 2004, 2005 Rocky Bernstein <rocky@panix.com>\n\n" \
|
"(C) 2004, 2005, 2008 Rocky Bernstein <rocky@gnu.org>\n\n" \
|
||||||
"Report bugs to bug-libcdio@gnu.org\n"
|
"Report bugs to bug-libcdio@gnu.org\n"
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
outputting to cdda.raw
|
outputting to cdda.raw
|
||||||
(== PROGRESS == [++- - - | 000301 10 ] == :^D * ==)
|
(== PROGRESS == [] == :^D * ==)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: check_paranoia.sh.in,v 1.14 2008/03/08 16:45:19 rocky Exp $
|
# $Id: check_paranoia.sh.in,v 1.15 2008/03/08 18:11:11 rocky Exp $
|
||||||
# Compare our cd-paranoia with known good results.
|
# Compare our cd-paranoia with known good results.
|
||||||
|
|
||||||
if test "X$srcdir" = "X" ; then
|
if test "X$srcdir" = "X" ; then
|
||||||
@@ -52,7 +52,7 @@ if test "@CMP@" != no -a "@BUILD_CD_PARANOIA_TRUE@"X = X ; then
|
|||||||
echo "** Small jitter correction problem"
|
echo "** Small jitter correction problem"
|
||||||
exit 3
|
exit 3
|
||||||
fi
|
fi
|
||||||
tail -3 ./cd-paranoia.log > ./cd-paranoia-filtered.log
|
tail -3 ./cd-paranoia.log | sed -e's/\[.*\]/\[\]/' > ./cd-paranoia-filtered.log
|
||||||
if @CMP@ $srcdir/cd-paranoia-log.right ./cd-paranoia-filtered.log ; then
|
if @CMP@ $srcdir/cd-paranoia-log.right ./cd-paranoia-filtered.log ; then
|
||||||
echo "** --log option okay"
|
echo "** --log option okay"
|
||||||
rm ./cd-paranoia.log ./cd-paranoia-filtered.log
|
rm ./cd-paranoia.log ./cd-paranoia-filtered.log
|
||||||
|
|||||||
Reference in New Issue
Block a user