From: Eric Haszlakiewicz Date: Fri, 26 Nov 2021 22:49:06 +0000 (+0000) Subject: Note the need to also set CTEST_OUTPUT_ON_FAILURE to get test output X-Git-Tag: json-c-0.16-20220414~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1fb9abf147cab2121a29ca278b9756c47e37854;p=thirdparty%2Fjson-c.git Note the need to also set CTEST_OUTPUT_ON_FAILURE to get test output --- diff --git a/README.md b/README.md index 231a4976..c80a3143 100644 --- 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