Tim Andersson a0dece5b76
fix traceback in useless i386 tests check
The recent change in commit ac6b0c1ba780913a5626b3e08e2c56f0d8454248 is
not currently functional - it's hard to test and although similar
functionality exists elsewhere in the code, the changes in said commit
resulted in the following traceback:
```
'str' object has no attribute 'architecture'
```

This commit amends the issue by utilising the `binaries_info` variable
instead, with its properties defined here:
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu/tree/britney2/__init__.py#n304

Brian had previously made this commit:
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu/commit/?id=663bd2571cc81a9477408c0711aeb6b2452c17a8
to try and amend the issue, though it seems it hasn't helped.

This commit also adds a little bit more logging surrounding this new
functionality and also adds a break statement for efficiency.
2024-08-07 17:28:17 +01:00
..
2021-10-06 12:54:11 -07:00