Commit c1d2e971 authored by Karol Latecki's avatar Karol Latecki Committed by Daniel Verkamp
Browse files

test/lvol: fix wrong footer message in test case 700

parent ef4dba3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -975,7 +975,7 @@ class TestCases(object):
        remove(pid_path)
        if self._start_vhost(vhost_path, config_path, pid_path) != 0:
            fail_count += 1
            footer(650)
            footer(700)
            return fail_count

        # Check if configuration was properly loaded after tasting
@@ -1002,7 +1002,7 @@ class TestCases(object):
                pprint.pprint([o, n])

        if fail_count != 0:
            footer(650)
            footer(700)
            return fail_count

        # Try modifying loaded configuration