Differences From Artifact [fedc930f59]:
- File tests/fdktestqa/testqa/Makefile — part of check-in [f74dc31454] at 2014-04-10 01:02:50 on branch v1.55 — Proper handling of itemwait when there are prior fails (user: matt, size: 731) [annotate] [blame] [check-ins using]
To Artifact [4f03b5f50e]:
- File tests/fdktestqa/testqa/Makefile — part of check-in [8c12404219] at 2014-04-10 16:27:53 on branch v1.55 — Added control over logfile for nbfake, improved bigrun2/3 tests, added itemmap parameter in requirements for mapping items for item wait. bumped version (user: mrwellan, size: 811) [annotate] [blame] [check-ins using]
︙ | |||
17 18 19 20 21 22 23 24 25 26 27 28 29 30 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | + + + | bigrun : $(MEGATEST) -runtests bigrun -target a/bigrun :runname $(RUNNAME) bigrun2 : $(MEGATEST) -runtests bigrun2 -target a/bigrun2 :runname $(RUNNAME) bigrun3 : $(MEGATEST) -runtests bigrun3 -target a/bigrun3 :runname $(RUNNAME) dashboard : $(DASHBOARD) -rows 20 & compile : $(MEGATEST) -stop-server 0 (cd ../../..;make && make install) |
︙ |