mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-02 07:20:26 +00:00
Keep going after a shell "[" a.k.a. "test" fails
This is necessary to actually keep going and finish the component-specific cleanup in component_test_cmake_out_of_source if ssl-opt.err is non-empty. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
c2e22ee271
commit
aca0b32132
@ -527,6 +527,7 @@ pre_setup_keep_going () {
|
|||||||
*[!A-Za-z]"test"|*[!A-Za-z]"test"[!A-Za-z]*) true;;
|
*[!A-Za-z]"test"|*[!A-Za-z]"test"[!A-Za-z]*) true;;
|
||||||
"tests/"*) true;;
|
"tests/"*) true;;
|
||||||
"grep "*|"! grep "*) true;;
|
"grep "*|"! grep "*) true;;
|
||||||
|
"test "*|"[ "*) true;;
|
||||||
*) false;;
|
*) false;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user