12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
//
// You should have received a copy of the GNU General Public License
// along with Megatest. If not, see <http://www.gnu.org/licenses/>.
Reference
---------
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
|======================
Config File Helpers
~~~~~~~~~~~~~~~~~~~
Various helpers for more advanced config files.
.Helpers
[width="80%",cols="^,2m,2m,2m",frame="topbot",options="header"]
|