Differences From Artifact [a0feee0cb0]:
- File tests/fdktestqa/testqa/Makefile — part of check-in [a8611cb85d] at 2017-01-07 22:42:51 on branch v1.63-stackdumpfix — Refactoring state-status, consolidating calls and fixed nested transaction. Probably broke rollup... (user: matt, size: 1337) [annotate] [blame] [check-ins using]
To Artifact [f65c4da07e]:
- File tests/fdktestqa/testqa/Makefile — part of check-in [03693d434a] at 2017-01-07 23:37:54 on branch v1.63-stackdumpfix — Turned on delay if busy in sync back (user: matt, size: 1345) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
39 40 41 42 43 44 45 | newdashboard : $(NEWDASHBOARD) & compile : (cd ../../..;make -j && make install) clean : | | | 39 40 41 42 43 44 45 46 | newdashboard : $(NEWDASHBOARD) & compile : (cd ../../..;make -j && make install) clean : rm -rf ../simple*/*/* megatest.db db/* ../simple*/.db/* logs/* monitor.db /tmp/$(USER)/megatest_localdb/testqa .server |