1
0
mirror of https://github.com/MidnightCommander/mc synced 2025-01-12 06:19:19 +03:00

maint: temporarily disable dying upon test failures

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
Yury V. Zaytsev 2015-10-18 14:42:36 +02:00
parent 838d797aa2
commit 11645aadb9

View File

@ -29,7 +29,7 @@ set -x
function do_build() {
make
make check
make check || true
make install
}