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:
Marc Herbert 2021-09-27 06:37:19 +00:00 committed by Liam Girdwood
parent 868e00bdd0
commit bdd62d54a0
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ COMPARE_REFS ?= /lib/firmware/intel
checktree:
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
diff -u tests/staging_sof_ref.txt ${BUILDS_ROOT}/staging_sof_tree.txt
# Check two random topologies are there