Commit dd2024c
committed
scripts/check-logs.py: Treat empty string values as 'n' for config check
Commit 3e2f19e ("generator: yml: Reset CONFIG_EFI_SBAT_FILE for Fedora
configurations") used '=n' to reset a string value to its default due to
a limitation in TuxSuite / TuxMake. This causes a mismatch between the
value provided and the value in the config, resulting in an error from
the config check:
ERROR: CONFIG_EFI_SBAT_FILE=n not found in .config!
If the value is empty, treat it as 'n' for the sake of this check.
Signed-off-by: Nathan Chancellor <[email protected]>1 parent bb0a270 commit dd2024c
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
| |||
0 commit comments