Move to ctest for tests

This commit is contained in:
Matthew Burket 2026-04-06 10:40:51 -05:00
commit 016433b079
No known key found for this signature in database
GPG key ID: 9C26A3A35EA736FD

View file

@ -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"