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

@@ -167,7 +167,7 @@ do
tname=`echo $tname | sed 's/-node.*//'` tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp" TEST_TYPE="mp"
;; ;;
stackchk*|spfatal*|malloctest*) minimum*|stackchk*|spfatal*|malloctest*)
continue continue
;; ;;
esac esac

View File

@@ -148,7 +148,7 @@ do
tname=`echo $tname | sed 's/-node.*//'` tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp" 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" warn "Skipping $tname; it locks up or takes a VERY long time to run"
continue continue
;; ;;