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

View File

@@ -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

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