updated: [master] [7f7ae6e] Make Travis builds fail if tests fail

2 views
Skip to first unread message

Yury V. Zaytsev

unread,
Aug 13, 2023, 2:41:01 PM8/13/23
to mc-co...@googlegroups.com
The following commit has been merged in the master branch:
commit 7f7ae6e04d6812418271dad23bf0e851f7c1b677
Author: Yury V. Zaytsev <yu...@shurup.com>
Date: Sun Aug 13 20:39:36 2023 +0200

Make Travis builds fail if tests fail

Signed-off-by: Yury V. Zaytsev <yu...@shurup.com>

diff --git a/maint/utils/travis-build.sh b/maint/utils/travis-build.sh
index cdbab90..d7a00ee 100755
--- a/maint/utils/travis-build.sh
+++ b/maint/utils/travis-build.sh
@@ -29,7 +29,7 @@ set -x

function do_build() {
make
- make -k check || true
+ make -k check
make install
}


--
Midnight Commander Development
Reply all
Reply to author
Forward
0 new messages