aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/tools/check-filesystem
Commit message (Collapse)AuthorAgeFilesLines
* mpm: check-filesystem: liberalize version checkMichael Auchter2021-06-021-2/+2
| | | | | | | | | | check-filesystem assumed that UHD's version string always had the format of <version>-<git_count>-<git_hash>. However, this is not always the case; see ./host/cmake/Modules/UHDVersion.cmake for more details. Instead of trying to parse the version string into components, just check to make sure the version and git hash are present in the version string.
* mpm: Fix issue with check-filesystem test executionJoerg Hofrichter2020-11-111-6/+6
| | | | | | | | | | This fixes tests that are invoked with arguments `--dt-overlays-loaded`, `--dt-overlays-available`, `--systemd-init-successful`, and `--mpm-init-successful`. Without this fix, the following error is generated: `ERROR: test_mpm_init_successful (name '_assert_filesystem_root_is_not_set' is not defined)`
* mpm: added check-filesystem utilityJoerg Hofrichter2020-10-061-0/+156