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>
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user