We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 525e395 + 15905d6 commit f151da0Copy full SHA for f151da0
1 file changed
install.sh
@@ -401,7 +401,16 @@ make_tests()
401
402
# Build and run unit tests relative to the primary directory.
403
# VERBOSE=1 ensures test-suite.log output sent to console (gcc).
404
- make_jobs $JOBS check VERBOSE=1
+ if ! make_jobs $JOBS check VERBOSE=1; then
405
+ if [ -e "test-suite.log" ]; then
406
+ echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
407
+ echo "cat test-suite.log"
408
+ echo "------------------------------"
409
+ cat "test-suite.log"
410
+ echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
411
+ fi
412
+ exit 1
413
414
}
415
416
pop_directory()
0 commit comments