Index: docs/manual/megatest_manual.html ================================================================== --- docs/manual/megatest_manual.html +++ docs/manual/megatest_manual.html @@ -1178,11 +1178,11 @@ dependencies, waiton, itemmatch, itemwait test requirements
-miscellaneous; mode toplevel, runtimelim, skip on file or on running, waiver propagation +miscellaneous; mode toplevel, runtimelim, skip on file, no file, script or on running, waiver propagation
[skip] fileexists /path/to/a/file # skip if /path/to/a/file exists
[skip] +filenotexists /path/to/a/file # skip if /path/to/a/file does not exist+
[skip] +script /path/to/a/script # skip if /path/to/a/script completes with 0 status+