]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Note the need to also set CTEST_OUTPUT_ON_FAILURE to get test output
authorEric Haszlakiewicz <erh+git@nimenees.com>
Fri, 26 Nov 2021 22:49:06 +0000 (22:49 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Fri, 26 Nov 2021 22:49:42 +0000 (22:49 +0000)
README.md

index 231a49762d836ccc8f66f29860cf9c00e32e4379..c80a3143c5c96123bc67aa660e458bc205baaea2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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