Remove the "Abort on testsuite failure" config (2)

Remove the BOMB_TEST variable in jhalfs
This commit is contained in:
Pierre Labastie 2022-06-15 15:08:57 +02:00
parent d54e3c9856
commit 316d06039f

1
jhalfs
View file

@ -156,7 +156,6 @@ COMPARE=${COMPARE:-n}
RUN_ICA=${RUN_ICA:-n} RUN_ICA=${RUN_ICA:-n}
PKGMNGT=${PKGMNGT:-n} PKGMNGT=${PKGMNGT:-n}
WRAP_INSTALL=${WRAP_INSTALL:-n} WRAP_INSTALL=${WRAP_INSTALL:-n}
BOMB_TEST=${BOMB_TEST:-n}
STRIP=${STRIP:=n} STRIP=${STRIP:=n}
REPORT=${REPORT:=n} REPORT=${REPORT:=n}
NCURSES5=${NCURSES5:-n} NCURSES5=${NCURSES5:-n}