2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>

* runtest: Skip all fatal error tests.
This commit is contained in:
Joel Sherrill
2008-03-11 20:17:13 +00:00
parent 216f66f604
commit 0bac405f59
6 changed files with 16 additions and 5 deletions
@@ -1,3 +1,7 @@
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest: Skip all fatal error tests.
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest: Add capture to list of interative tests to skip in batch
@@ -171,7 +171,7 @@ do
tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp"
;;
minimum*|stackchk*|spfatal*|malloctest*)
minimum*|stackchk*|*fatal*|malloctest*)
continue
;;
esac
@@ -1,3 +1,7 @@
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest: Skip all fatal error tests.
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest: Add capture to list of interative tests to skip in batch
+1 -1
View File
@@ -163,7 +163,7 @@ do
tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp"
;;
minimum*|stackchk*|spfatal*|termio*)
minimum*|stackchk*|*fatal*|termio*)
continue
;;
esac
@@ -1,3 +1,7 @@
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest: Skip all fatal error tests.
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest: Change 4.8 to 4.9.
+2 -3
View File
@@ -168,9 +168,8 @@ do
tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp"
;;
minimum*|stackchk*|spfatal*|termio*)
continue
;;
minimum*|stackchk*|*fatal*|termio*)
continue ;;
esac
if [ $TEST_TYPE = "mp" ]