2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>

* runtest.in: Filter out Memory exception error messages.
This commit is contained in:
Joel Sherrill
2007-11-26 19:45:16 +00:00
parent 6cd8bbe7d0
commit a4ebf1f481
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest.in: Filter out Memory exception error messages.
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com> 2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest.in: Add capture to list of interative tests to skip in batch * runtest.in: Add capture to list of interative tests to skip in batch

View File

@@ -240,8 +240,9 @@ do
;; ;;
*) *)
output_it=1 output_it=1
grep -v "Memory exception " ${logfile}.tmp | \
sed -e '1,9d' \ sed -e '1,9d' \
-e 's/ -e 's/
//' -e '/^$/d' | \ //' -e '/^$/d' | \
while read line while read line
do do
@@ -267,7 +268,8 @@ do
echo "$date" echo "$date"
echo "Test run on: `uname -n` ( `uname -a` )" echo "Test run on: `uname -n` ( `uname -a` )"
output_it=0 output_it=0
grep -v "Memory exception " ${logfile}.tmp | \
sed -e 's/ sed -e 's/
//' | \ //' | \
while read line while read line