Files
swupd-client/test/real_content
Brett T. Warden e170bfd3b1 Skip tests that require two builds in a format when there's only one
We already detect and report that certain tests require at least two
builds within the current format, but only one exists. Change that from
a test *failure* to a *skip*.

Example:
 We need at least 2 versions in format 38 to continue with this test
 Test teardown complete.
 not ok 2 RCT002: Repair a big system
 # (from function `test_setup' in file test/real_content/real_content_lib.bash, line 144,
 #  from function `setup' in test file test/real_content/../functional/testlib.bash, line 4647)
 #   `test_setup' failed
 #

becomes:
 ok 2 RCT002: Repair a big system # skip We need at least 2 versions in format 38 to continue with this test
2024-08-28 14:26:07 -07:00
..