mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
Only use CONFIGS_ENABLED when not listing tests
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
This commit is contained in:
parent
0e8a08a1f7
commit
f162b4f497
@ -207,7 +207,11 @@ get_options "$@"
|
|||||||
# testing. Skip non-boolean options (with something other than spaces
|
# testing. Skip non-boolean options (with something other than spaces
|
||||||
# and a comment after "#define SYMBOL"). The variable contains a
|
# and a comment after "#define SYMBOL"). The variable contains a
|
||||||
# space-separated list of symbols.
|
# space-separated list of symbols.
|
||||||
CONFIGS_ENABLED=" $(echo `$P_QUERY -l` )"
|
if [ "$LIST_TESTS" -eq 0 ];then
|
||||||
|
CONFIGS_ENABLED=" $(echo `$P_QUERY -l` )"
|
||||||
|
else
|
||||||
|
CONFIGS_ENABLED=""
|
||||||
|
fi
|
||||||
# Skip next test; use this macro to skip tests which are legitimate
|
# Skip next test; use this macro to skip tests which are legitimate
|
||||||
# in theory and expected to be re-introduced at some point, but
|
# in theory and expected to be re-introduced at some point, but
|
||||||
# aren't expected to succeed at the moment due to problems outside
|
# aren't expected to succeed at the moment due to problems outside
|
||||||
|
Loading…
x
Reference in New Issue
Block a user