diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-16 07:38:13 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-16 07:38:13 +0100 |
commit | a5ae8f831fef4d7f9778f25c1c60e75d50c190ac (patch) | |
tree | 90ed3923041ceed4bf9e3762f6dc1a056a4798b2 /smoketest/scripts/cli/test_system_logs.py | |
parent | 80abdb1ff0f302e39826b891959e3475bb26ee02 (diff) | |
download | vyos-1x-a5ae8f831fef4d7f9778f25c1c60e75d50c190ac.tar.gz vyos-1x-a5ae8f831fef4d7f9778f25c1c60e75d50c190ac.zip |
smoketest: remove failfast=True from certian tests
Diffstat (limited to 'smoketest/scripts/cli/test_system_logs.py')
-rwxr-xr-x | smoketest/scripts/cli/test_system_logs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_system_logs.py b/smoketest/scripts/cli/test_system_logs.py index 0c11c4663..92fa9c3d9 100755 --- a/smoketest/scripts/cli/test_system_logs.py +++ b/smoketest/scripts/cli/test_system_logs.py @@ -114,4 +114,4 @@ class TestSystemLogs(VyOSUnitTestSHIM.TestCase): if __name__ == '__main__': - unittest.main(verbosity=2, failfast=True) + unittest.main(verbosity=2) |