Changes between Version 20 and Version 21 of ValidationIntro


Ignore:
Timestamp:
Jan 28, 2015, 1:51:52 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ValidationIntro

    v20 v21  
    2222 '''sample_substr_validator'''::
    2323   Marks a job as valid if its stderr output includes a string
    24    specified by the --stderr_string command-line arg.
     24   specified by the '''--stderr_string''' command-line arg.
     25   If the '''--reject_if_present''' arg is present,
     26   the logic is inverted: a job is valid if its stderr does NOT include the string.
    2527 '''sample_bitwise_validator'''::
    2628   Output files are equivalent if they agree byte for byte.