mirror of
https://github.com/json-c/json-c.git
synced 2026-04-09 23:39:06 +08:00
Note the need to also set CTEST_OUTPUT_ON_FAILURE to get test output
This commit is contained in:
@@ -186,7 +186,7 @@ If a test fails, check `Testing/Temporary/LastTest.log`,
|
|||||||
`tests/testSubDir/${testname}/${testname}.vg.out`, and other similar files.
|
`tests/testSubDir/${testname}/${testname}.vg.out`, and other similar files.
|
||||||
If there is insufficient output try:
|
If there is insufficient output try:
|
||||||
```sh
|
```sh
|
||||||
VERBOSE=1 make test
|
VERBOSE=1 CTEST_OUTPUT_ON_FAILURE=1 make test
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user