Merge pull request #52 from Patater/verbosify-cmake-tests

all.sh: Enable verbose failure messages for CMake
This commit is contained in:
Jaeden Amero 2019-02-12 13:31:20 +00:00 committed by GitHub
commit a3abf540d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,6 +137,9 @@ pre_initialize_variables () {
export MAKEFLAGS="-j"
fi
# Include more verbose output for failing tests run by CMake
export CTEST_OUTPUT_ON_FAILURE=1
# Gather the list of available components. These are the functions
# defined in this script whose name starts with "component_".
# Parse the script with sed, because in sh there is no way to list