Differences From Artifact [60c8f28493]:
- File tests/Makefile — part of check-in [39d1713c91] at 2014-11-02 09:24:19 on branch streamline-exception-handling — stopped calls to set state and status where the test-id was not known (test not actually registered yet). Added safety net to some calls to print call chain if called with bad data, moved couple mutexes around to prevent contention (user: matt, size: 8587) [annotate] [blame] [check-ins using] [more...]
To Artifact [dd8c843298]:
- File tests/Makefile — part of check-in [255fa799a6] at 2014-11-03 23:40:33 on branch v1.60 — Moving newdashboard forward (user: matt, size: 8654) [annotate] [blame] [check-ins using]
︙ | |||
164 165 166 167 168 169 170 171 172 173 174 175 176 177 | 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | + + + | fullprep : cleanprep cd fullrun;$(MEGATEST) -remove-runs :runname $(RUNNAME)% -target %/%/% -testpatt %/% cd fullrun;$(BINPATH)/dashboard -rows 15 & dashboard : cleanprep cd fullrun && $(BINPATH)/dashboard -rows $(ROWS) & newdashboard : cleanprep cd fullrun && $(BINPATH)/newdashboard & remove : cd fullrun;$(MEGATEST) -remove-runs :runname $(RUN) -testpatt % -itempatt % :sysname % :fsname % :datapath % clean : rm cleanprep kill : |
︙ |