Note the need to also set CTEST_OUTPUT_ON_FAILURE to get test output

This commit is contained in:
Eric Haszlakiewicz
2021-11-26 22:49:06 +00:00
parent 42aa6f7257
commit f1fb9abf14

View File

@@ -186,7 +186,7 @@ If a test fails, check `Testing/Temporary/LastTest.log`,
`tests/testSubDir/${testname}/${testname}.vg.out`, and other similar files.
If there is insufficient output try:
```sh
VERBOSE=1 make test
VERBOSE=1 CTEST_OUTPUT_ON_FAILURE=1 make test
```
or
```sh