1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add variable CTEST_OUTPUT_ON_FAILURE in release script

This commit is contained in:
Sébastien Helleu
2023-05-17 07:17:26 +02:00
parent 6d32a99d50
commit d0f1859ef5
+2 -2
View File
@@ -89,7 +89,7 @@ release_build ()
make install
make changelog
make rn
make test
make test CTEST_OUTPUT_ON_FAILURE=TRUE
make dist
VERSION_WEECHAT=$("${BUILD_DIR}/install/bin/weechat" --version)
if [ "${VERSION_WEECHAT}" != "${VERSION}" ]; then
@@ -119,7 +119,7 @@ release_test_pkg ()
-DENABLE_TESTS=ON \
"${PKG_DIR}"
make install
make test
make test CTEST_OUTPUT_ON_FAILURE=TRUE
VERSION_WEECHAT=$("${PKG_BUILD_DIR}/install/bin/weechat" --version)
if [ "${VERSION_WEECHAT}" != "${VERSION}" ]; then
release_error "unexpected version \"${VERSION_WEECHAT}\" (expected: \"${VERSION}\")"