[BACK]Return to bsd.regress.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.regress.mk between version 1.16 and 1.17

version 1.16, 2018/10/05 11:15:29 version 1.17, 2018/12/03 22:30:04
Line 100 
Line 100 
 .for RT in ${REGRESS_TARGETS} ${REGRESS_CLEANUP}  .for RT in ${REGRESS_TARGETS} ${REGRESS_CLEANUP}
 .  if ${REGRESS_SKIP_TARGETS:M${RT}}  .  if ${REGRESS_SKIP_TARGETS:M${RT}}
         @echo -n "SKIP " ${_REGRESS_OUT}          @echo -n "SKIP " ${_REGRESS_OUT}
           @echo SKIPPED
 .  else  .  else
 # XXX - we need a better method to see if a test fails due to timeout or just  # XXX - we need a better method to see if a test fails due to timeout or just
 #       normal failure.  #       normal failure.

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17