mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 19:16:58 -04:00
all.sh: add diff to can_keep_going_after_failure
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
3e1d39b332
commit
a742337ef6
@ -622,6 +622,7 @@ pre_setup_keep_going () {
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
"msg "*) false;;
|
"msg "*) false;;
|
||||||
"cd "*) false;;
|
"cd "*) false;;
|
||||||
|
"diff "*) true;;
|
||||||
*make*[\ /]tests*) false;; # make tests, make CFLAGS=-I../tests, ...
|
*make*[\ /]tests*) false;; # make tests, make CFLAGS=-I../tests, ...
|
||||||
*test*) true;; # make test, tests/stuff, env V=v tests/stuff, ...
|
*test*) true;; # make test, tests/stuff, env V=v tests/stuff, ...
|
||||||
*make*check*) true;;
|
*make*check*) true;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user