Changes between Version 20 and Version 21 of ValidationIntro
- Timestamp:
- Jan 28, 2015, 1:51:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationIntro
v20 v21 22 22 '''sample_substr_validator''':: 23 23 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. 25 27 '''sample_bitwise_validator''':: 26 28 Output files are equivalent if they agree byte for byte.