18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
|
Megatest Use Modes
~~~~~~~~~~~~~~~~~~
.Base commands
[width="80%",cols="^,2m,2m",frame="topbot",options="header"]
|======================
Use case | Megatest command | mtutil
Start from scratch | -rerun-all | restart
Rerun non-good completed | -rerun-clean | rerunclean
Rerun all non-good and not completed yet | -set-state-status KILLREQ; -rerun-clean | killrerun
Continue run | -run | resume
Remove run | -remove-runs | clean
Lock run | -lock | lock
Unlock run | -unlock | unlock
killrun | -set-state-status KILLREQ; -kill-run | killrun
|Use case | Megatest command | mtutil
|Start from scratch | -rerun-all | restart
|Rerun non-good completed | -rerun-clean | rerunclean
|Rerun all non-good and not completed yet | -set-state-status KILLREQ; -rerun-|clean | killrerun
|Continue run | -run | resume
|Remove run | -remove-runs | clean
|Lock run | -lock | lock
|Unlock run | -unlock | unlock
|killrun | -set-state-status KILLREQ; -kill-run | killrun
|======================
Config File Helpers
~~~~~~~~~~~~~~~~~~~
Various helpers for more advanced config files.
|