diff options
author | Max Romanov <max.romanov@nginx.com> | 2020-03-30 14:18:41 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2020-03-30 14:18:41 +0300 |
commit | ab7b42a072e741b226749c416440f89fcaff3d2c (patch) | |
tree | 6f354e73a9cd446cefa80dcb0b466e6ceaa5b025 /test/test_usr1.py | |
parent | 82b899b1365431951afc1da9b2b30065ac98fc94 (diff) | |
download | unit-ab7b42a072e741b226749c416440f89fcaff3d2c.tar.gz unit-ab7b42a072e741b226749c416440f89fcaff3d2c.tar.bz2 |
Handling change file message in libunit.
This is required for proper log file rotation action.
Diffstat (limited to '')
-rw-r--r-- | test/test_usr1.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_usr1.py b/test/test_usr1.py index 2b4f394b..204e2e0c 100644 --- a/test/test_usr1.py +++ b/test/test_usr1.py @@ -51,7 +51,6 @@ class TestUSR1(TestApplicationPython): self.search_in_log(r'/usr1', log_new), 'rename new 2' ) - @unittest.skip('not yet') def test_usr1_unit_log(self): self.load('log_body') |