1
2
3
4
5
6
7
8
9
10
11
|
1
2
3
4
5
6
7
8
9
10
11
|
-
+
|
Version 1.44 May 4, 2012
* Better filters in dashboard, e.g. "run1,run2.%" will show "run1" and all runs matching the pattern "run2.%"
* MT_TARGET variable available in runs
* MT_TARGET variable available in tests
* Added "toplevel" tests. Create a test with a waiton that specifies the tests you wish to run and put "mode toplevel" in your <nowiki>[requirements]</nowiki> section. Running this test will run all dependent tests and finally the toplevel test itself (can be used to summarize the run).
* Fixed the run blocking bug where failed tests caused the running process to block and never exit.
* Unit tests have been re-enabled using the -repl command.
* Detect the case where a waiton specifies the calling test (would previously go into an infinite loop).
* The beginnings of a user manual written in asciidoc instead of Lyx. See docs/manual.
* Added a simple generator for a megatest regression area and for new tests. Try "megatest -gen-megatest-run" and "megatest -gen-megatest-test"
|