Changes between Version 18 and Version 19 of ValidationIntro
- Timestamp:
- Oct 14, 2014, 9:58:25 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationIntro
v18 v19 20 20 Marks a job as valid if its output files are present. 21 21 Use this if all hosts are trusted. 22 Not used with job replication.23 22 '''sample_substr_validator''':: 24 23 Marks a job as valid if its stderr output includes a string 25 24 specified by the --stderr_substr command-line arg. 26 Not used with job replication.27 25 '''sample_bitwise_validator''':: 28 26 Output files are equivalent if they agree byte for byte.