Commit 59aee56
committed
fstests/Kconfig: use int-specific default for CLI SOAK_DURATION
Commit e629438 ("fstests: add support for overriding soak
duration through CLI") added support for overriding the soak duration
through the CLI which is useful for CIs. It however re-used an existing
script we use for Kconfig defaults, this works well for strings but
the default output must be digit if the Kconfig variable was an int,
so just add another script for int Kconfig variables so we can
avoid the warning, the warning from Kconfig is that we essentially
default to "" if the CLI option to override the soak duration was
was not set, and this needs to be 0.
Fixes: e629438 ("fstests: add support for overriding soak duration through CLI")
Signed-off-by: Luis Chamberlain <[email protected]>1 parent 67186b5 commit 59aee56
File tree
2 files changed
+16
-1
lines changed- scripts
- workflows/fstests
2 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
936 | | - | |
| 936 | + | |
937 | 937 | | |
938 | 938 | | |
939 | 939 | | |
| |||
0 commit comments