mirror of https://github.com/thesofproject/sof.git
installer: use tree -v to make the test output deterministic
Avoids semi-random order like: -- tests/staging_sof_ref.txt ++ sof/installer-builds/staging_sof_tree.txt @ -1,7 +1,7 @@ . ├── community -│ ├── sof-adl.ri -> sof-tgl.ri │ ├── sof-adl-s.ri -> sof-tgl-h.ri +│ ├── sof-adl.ri -> sof-tgl.ri │ ├── sof-apl.ri │ ├── sof-cfl.ri -> sof-cnl.ri │ ├── sof-cml.ri -> sof-cnl.ri @ -16,10 +16,10 @@ Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
868e00bdd0
commit
bdd62d54a0
|
@ -293,7 +293,7 @@ COMPARE_REFS ?= /lib/firmware/intel
|
||||||
|
|
||||||
checktree:
|
checktree:
|
||||||
cd ${STAGING_SOF_VERSION} && \
|
cd ${STAGING_SOF_VERSION} && \
|
||||||
tree -a --dirsfirst . > ${BUILDS_ROOT}/staging_sof_tree.txt
|
tree -a -v --dirsfirst . > ${BUILDS_ROOT}/staging_sof_tree.txt
|
||||||
# Update sof-apl-nocodec.tplg when adding or removing a default platform
|
# Update sof-apl-nocodec.tplg when adding or removing a default platform
|
||||||
diff -u tests/staging_sof_ref.txt ${BUILDS_ROOT}/staging_sof_tree.txt
|
diff -u tests/staging_sof_ref.txt ${BUILDS_ROOT}/staging_sof_tree.txt
|
||||||
# Check two random topologies are there
|
# Check two random topologies are there
|
||||||
|
|
Loading…
Reference in New Issue