Mercurial > repos > pieterlukasse > nist_wrapper
changeset 13:251e23773999
adding code to ignore wine stderr ouptut
| author | pieter.lukasse@wur.nl | 
|---|---|
| date | Fri, 23 Jan 2015 12:34:33 +0100 | 
| parents | 3a69874edaf7 | 
| children | 92cf554fca03 | 
| files | nist_wrapper.xml | 
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/nist_wrapper.xml Fri Jan 23 10:48:21 2015 +0100 +++ b/nist_wrapper.xml Fri Jan 23 12:34:33 2015 +0100 @@ -836,6 +836,9 @@ <data name="outputLog" format="txt" label="${tool.name} on ${on_string} - LOG" hidden="True"/> <data name="htmlReportFile" format="html" label="${tool.name} on ${on_string} - NIST matches report (HTML)"/> </outputs> +<stdio> + <exit_code range="1:" level="fatal" description="Error occurred" /> +</stdio> <tests> <test> </test>
