From f1fb9abf147cab2121a29ca278b9756c47e37854 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Fri, 26 Nov 2021 22:49:06 +0000 Subject: [PATCH] Note the need to also set CTEST_OUTPUT_ON_FAILURE to get test output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3