[svn-commits] branch murf/AEL2-1.2 r20257 -
/team/murf/AEL2-1.2/pbx/ael-test/runtests
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Fri Apr 14 20:10:01 MST 2006
Author: murf
Date: Fri Apr 14 22:10:00 2006
New Revision: 20257
URL: http://svn.digium.com/view/asterisk?rev=20257&view=rev
Log:
updated the runtest; will show the diffs between the res and ref files.
Modified:
team/murf/AEL2-1.2/pbx/ael-test/runtests
Modified: team/murf/AEL2-1.2/pbx/ael-test/runtests
URL: http://svn.digium.com/view/asterisk/team/murf/AEL2-1.2/pbx/ael-test/runtests?rev=20257&r1=20256&r2=20257&view=diff
==============================================================================
--- team/murf/AEL2-1.2/pbx/ael-test/runtests (original)
+++ team/murf/AEL2-1.2/pbx/ael-test/runtests Fri Apr 14 22:10:00 2006
@@ -2,12 +2,13 @@
for i in ael-test*; do
echo -n Test: $i..................
- (cd $i; ../../../utils/aelparse -n -d > ../res.$i)
+ (cd $i; ../../../utils/aelparse -n -d | grep -v -i 'seconds' > ../res.$i)
if (diff -q res.$i ref.$i > /dev/null 2>&1 ) then
echo PASSED
rm res.$i
else
echo %%%%%%FAILED%%%%%%
+ diff -u ref.$i res.$i
fi
done
More information about the svn-commits
mailing list