fix: Parse Version from container and remove ostree commit
This commit is contained in:
parent
783b9cb2d6
commit
33bebb5e29
16 changed files with 30 additions and 30 deletions
|
|
@ -306,7 +306,7 @@ mod test {
|
|||
#[case(RECIPE, "/description", (109, 29))]
|
||||
#[case(RECIPE, "/image-version", (199, 6))]
|
||||
#[case(RECIPE, "/modules/4/source", (761, 5))]
|
||||
#[case(RECIPE, "/modules/8/from", (1067, 11))]
|
||||
#[case(RECIPE, "/modules/8/from", (1040, 11))]
|
||||
#[case(RECIPE_INVALID, "/image-version", (199, 6))]
|
||||
fn test_getspan(#[case] file: &str, #[case] path: &str, #[case] expected: (usize, usize)) {
|
||||
dbg!(path, expected);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue