Skip to content

Commit

Permalink
fix(tests): ensure fwupdmgr don't fail even if the target does not su…
Browse files Browse the repository at this point in the history
…pport firmware update.
  • Loading branch information
roddhjav committed Nov 21, 2024
1 parent 2332f71 commit ffd6ecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/bats/fwupdmgr.bats
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 10,14 @@ load common
}

@test "fwupdmgr: Download the latest firmware metadata from LVFS" {
fwupdmgr refresh
fwupdmgr refresh || true
}

@test "fwupdmgr: List the updates available for devices on your system" {
fwupdmgr get-updates
fwupdmgr get-updates || true
}

@test "fwupdmgr: Install firmware updates" {
fwupdmgr update
fwupdmgr update || true
}

0 comments on commit ffd6ecb

Please sign in to comment.