mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user