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

  • @@ -2232,10 +2232,26 @@
    [skip]
     fileexists /path/to/a/file # skip if /path/to/a/file exists
    + +
    +

    Skip if a File Does not Exist

    +
    +
    +
    [skip]
    +filenotexists /path/to/a/file # skip if /path/to/a/file does not exist
    +
    +
    +
    +

    Skip if a script completes with 0 status

    +
    +
    +
    [skip]
    +script /path/to/a/script # skip if /path/to/a/script completes with 0 status
    +

    Skip if test ran more recently than specified time

    Skip if this test has been run in the past fifteen minutes and 15 seconds.
    @@ -2974,10 +2990,10 @@

    Index: docs/manual/reference.txt ================================================================== --- docs/manual/reference.txt +++ docs/manual/reference.txt @@ -571,10 +571,26 @@ ----------------- [skip] fileexists /path/to/a/file # skip if /path/to/a/file exists ----------------- + +Skip if a File Does not Exist +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +----------------- +[skip] +filenotexists /path/to/a/file # skip if /path/to/a/file does not exist +----------------- + +Skip if a script completes with 0 status +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +----------------- +[skip] +script /path/to/a/script # skip if /path/to/a/script completes with 0 status +----------------- Skip if test ran more recently than specified time ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .Skip if this test has been run in the past fifteen minutes and 15 seconds. Index: docs/manual/study_plan.txt ================================================================== --- docs/manual/study_plan.txt +++ docs/manual/study_plan.txt @@ -54,11 +54,11 @@ * environment variables (table 5) * tests/_testname_/testconfig link:megatest_manual.html#_the_testconfig_file[testconfig details] ** ezsteps and logpro section ** iteration (one test applied to many inputs), items, itemstable link:megatest_manual.html#_iteration[test iteration] ** dependencies, waiton, itemmatch, itemwait link:megatest_manual.html#_requirements_section[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 * megatest areas ** megatest.config ** runconfigs.config ** config language features; include, shell, system, scheme, rp|realpath, getenv, get, rget, scriptinc link:megatest.html#_config_file_helpers[config file helpers]