If you are running all tests, we should raise an exception, if something is missing instead of silently ignore that tests. Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx> --- tests/virtconvtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/virtconvtest.py b/tests/virtconvtest.py index e3f397b..8241563 100644 --- a/tests/virtconvtest.py +++ b/tests/virtconvtest.py @@ -68,7 +68,7 @@ class TestVirtConv(unittest.TestCase): if (os.path.splitext(in_path)[1] in [".zip"] and not find_executable("unar")): - return + raise RuntimeError("Install 'unar' to run all tests.") try: os.chdir(os.path.dirname(in_path)) -- 2.4.5 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list