fix ci fail
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
d04fd35c06
commit
d0fcf7f6a0
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ esac
|
|||
# testing. Skip non-boolean options (with something other than spaces
|
||||
# and a comment after "#define SYMBOL"). The variable contains a
|
||||
# space-separated list of symbols.
|
||||
CONFIGS_ENABLED="$($P_QUERY -l)"
|
||||
CONFIGS_ENABLED=" $(echo `$P_QUERY -l` )"
|
||||
# Skip next test; use this macro to skip tests which are legitimate
|
||||
# in theory and expected to be re-introduced at some point, but
|
||||
# aren't expected to succeed at the moment due to problems outside
|
||||
|
|
Loading…
Reference in a new issue