Differences From Artifact [0b9ed605a6]:
- File tests/fdktestqa/testqa/Makefile — part of check-in [dbbe56fe44] at 2013-08-15 23:07:09 on branch v1.55 — Re-factored db:roll-up-pass-fail-counts to mt:roll-up-pass-fail-counts (user: matt, size: 673) [annotate] [blame] [check-ins using] [more...]
To Artifact [e13e6735ff]:
- File tests/fdktestqa/testqa/Makefile — part of check-in [db9c121e0f] at 2013-08-18 14:53:54 on branch v1.55 — Tweaks to triggers implementation. Use caching (dangerous but necessary as performance is terrible otherwise) (user: matt, size: 701) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
18 19 20 21 22 23 24 25 26 27 28 | bigrun2 : $(MEGATEST) -runtests bigrun2 -target a/bigrun2 :runname a -transport http dashboard : $(DASHBOARD) -rows 20 & compile : (cd ../../..;make && make install) clean : rm -rf ../simple*/*/* megatest.db | > | 18 19 20 21 22 23 24 25 26 27 28 29 | bigrun2 : $(MEGATEST) -runtests bigrun2 -target a/bigrun2 :runname a -transport http dashboard : $(DASHBOARD) -rows 20 & compile : $(MEGATEST) -stop-server 0 (cd ../../..;make && make install) clean : rm -rf ../simple*/*/* megatest.db |