Commit 19c407f
committed
fstests: fix fstests_test_dev variable setting
commit 4947aef ("fstests: use selective yaml output on a
slew of different variables") removed FSTESTS_TEST_DEV variable setup
but the propagation for the variable to extra vars was still being
relied upon with:
FSTESTS_ARGS += fstests_test_dev='$(FSTESTS_TEST_DEV)'
Since FSTESTS_TEST_DEV is empty we were setting fstests_test_dev to
an empty string and the ansible task that ran gendisks.sh would fail.
Fix this by removing fstests_test_dev variable propagation using the
old scheme and just use selective yaml output with "output yaml" below
the symbol name on the respective Kconfig symbol declaration.
Reported-by: Carlos Maiolino <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>1 parent 742d6fe commit 19c407f
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
| 604 | + | |
604 | 605 | | |
605 | 606 | | |
606 | 607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments