forked from Imagelibrary/rtems
Handle mp variants better.
This commit is contained in:
@@ -142,13 +142,13 @@ do
|
|||||||
fatal "MP tests not supported"
|
fatal "MP tests not supported"
|
||||||
warn "Skipping $tname; 'runtest' runs both nodes when for *-node1"
|
warn "Skipping $tname; 'runtest' runs both nodes when for *-node1"
|
||||||
continue;;
|
continue;;
|
||||||
*-node1*)
|
*-node1*)
|
||||||
fatal "MP tests not supported"
|
|
||||||
warn "Running both nodes associated with $tname"
|
warn "Running both nodes associated with $tname"
|
||||||
|
variant=`echo $tname | sed 's/.*-node[12]//' | sed 's/\.exe//'`
|
||||||
tname=`echo $tname | sed 's/-node.*//'`
|
tname=`echo $tname | sed 's/-node.*//'`
|
||||||
TEST_TYPE="mp"
|
TEST_TYPE="mp"
|
||||||
;;
|
;;
|
||||||
minimum*|stackchk*|spfatal*|malloctest*|termio*)
|
minimum*|stackchk*|spfatal*|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
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user