Move to ctest for tests
This commit is contained in:
parent
fed7239f8f
commit
016433b079
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ rlJournalStart
|
|||
rlRun -s "make -C $(readlink -f ${TOPDIR}/BUILD/${PACKAGE}*) check"
|
||||
rv=$?
|
||||
else
|
||||
rlRun -s "cmake --build $BUILD_DIR_PATH --target test -- ARGS='--output-on-failure'"
|
||||
rlRun -s "ctest --test-dir $BUILD_DIR_PATH --output-on-failure"
|
||||
rv=$?
|
||||
# cmake output does not contain enough information, submit verbose output log
|
||||
FILE="${BUILD_DIR_PATH}/Testing/Temporary/LastTest.log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue