forked from Imagelibrary/rtems
2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest.in: Filter out Memory exception error messages.
This commit is contained in:
@@ -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>
|
||||
|
||||
* runtest.in: Add capture to list of interative tests to skip in batch
|
||||
|
||||
@@ -240,8 +240,9 @@ do
|
||||
;;
|
||||
*)
|
||||
output_it=1
|
||||
grep -v "Memory exception " ${logfile}.tmp | \
|
||||
sed -e '1,9d' \
|
||||
-e 's/
|
||||
-e 's/
|
||||
//' -e '/^$/d' | \
|
||||
while read line
|
||||
do
|
||||
@@ -267,7 +268,8 @@ do
|
||||
echo "$date"
|
||||
echo "Test run on: `uname -n` ( `uname -a` )"
|
||||
|
||||
output_it=0
|
||||
output_it=0
|
||||
grep -v "Memory exception " ${logfile}.tmp | \
|
||||
sed -e 's/
|
||||
//' | \
|
||||
while read line
|
||||
|
||||
Reference in New Issue
Block a user