Now ignores minimum and does not run it.

This commit is contained in:
Joel Sherrill
2000-01-14 17:41:20 +00:00
parent 512a536570
commit 20eb69db13
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ do
tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp"
;;
stackchk*|spfatal*|malloctest*|termio*)
minimum*|stackchk*|spfatal*|malloctest*|termio*)
warn "Skipping $tname; it locks up or takes a VERY long time to run"
continue
;;