Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: check-filesystem: liberalize version check | Michael Auchter | 2021-06-02 | 1 | -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 execution | Joerg Hofrichter | 2020-11-11 | 1 | -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 utility | Joerg Hofrichter | 2020-10-06 | 1 | -0/+156 |