Tests: Update RunCMake/README.rst to clarify meaning of -result.txt

The content of `-result.txt` files is a regex, but the documentation
didn't make this clear.

Suggested-by: Deniz Bahadir <dbahadir@benocs.com>
This commit is contained in:
Brad King
2017-09-14 14:15:26 -04:00
parent 0865a24fc1
commit a7a6ae5edd

View File

@@ -47,11 +47,11 @@ but do not actually build anything. To add a test:
containing expected test results:
``<SubTest>-result.txt``
Process result expected if not "0"
Regex matching expected process result, if not ``0``
``<SubTest>-stdout.txt``
Regex matching expected stdout content
``<SubTest>-stderr.txt``
Regex matching expected stderr content, if not "^$"
Regex matching expected stderr content, if not ``^$``
``<SubTest>-check.cmake``
Custom result check.