-
- Downloads
Use a more compact output for overrides and pinned libraries
The entries `pinned_libs_*` and `overrides` are gathered using `find
-ls`. However this has the downside to include a lot of information that
we usually don't care about like the edit date, the permissions etc...
In an attempt to reduce the steam-runtime-system-info report size,
without reducing the about of potentially useful info, this commit
replaces the `find -ls` output with just a recursive list of
directories, files and symlinks.
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
parent
abf162d1
No related branches found
No related tags found
This commit is part of merge request !315. Comments created here will be created in the context of that merge request.
Showing
- steam-runtime-tools/system-info.c 23 additions, 136 deletionssteam-runtime-tools/system-info.c
- steam-runtime-tools/utils-internal.h 5 additions, 0 deletionssteam-runtime-tools/utils-internal.h
- steam-runtime-tools/utils.c 197 additions, 0 deletionssteam-runtime-tools/utils.c
- tests/json-report/full-good-report.json 7 additions, 6 deletionstests/json-report/full-good-report.json
- tests/system-info.c 28 additions, 49 deletionstests/system-info.c
Loading
Please register or sign in to comment