Skip to content

Commit

Permalink
make cmake/ctest output verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
trws committed Jul 21, 2023
1 parent 798ee06 commit 2c495e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/checks_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ ARGS="$@"
JOBS=${JOBS:-2}
export CMAKE_BUILD_PARALLEL_LEVEL=$JOBS
export CTEST_PARALLEL_LEVEL=$JOBS
export CTEST_OUTPUT_ON_FAILURE=1
export VERBOSE=1
MAKECMDS="${MAKE} -j ${JOBS}"
CHECKCMDS="${MAKE} -j ${JOBS} ${DISTCHECK:+dist}check"

Expand Down

0 comments on commit 2c495e0

Please sign in to comment.