fixed printing test name ie: TEST^GPLXPATH
This commit is contained in:
parent
9c6941537d
commit
e4ebd1b1bc
|
@ -133,7 +133,7 @@ TESTALL(RNM) ; RUN ALL THE TESTS
|
|||
. S TOTF=TOTF+TFAILED
|
||||
. S $P(TSTS(ZI),"^",2)=TPASSED
|
||||
. S $P(TSTS(ZI),"^",3)=TFAILED
|
||||
F I=1:1:TSTS(0) D ;
|
||||
F ZI=1:1:TSTS(0) D ;
|
||||
. W "TEST=> ",$P(TSTS(ZI),"^",1)
|
||||
. W " PASSED=>",$P(TSTS(ZI),"^",2)
|
||||
. W " FAILED=>",$P(TSTS(ZI),"^",3),!
|
||||
|
|
Loading…
Reference in New Issue