diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-04-26 02:05:25 +0200 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-04-26 02:05:25 +0200 |
commit | 7cd0dd250fcb57874d81c954196bfba4bd3d406d (patch) | |
tree | cf10dff1b73f8af69de43646b9d468a13a60a432 /psutil/tests/test_aix.py | |
parent | 6e2aa0d80f5c8301c27551f65181ffc7e2cb5d8c (diff) | |
parent | 420c9e82fd3321e3062424846870f3104c1b0eb8 (diff) | |
download | psutil-reap-children.tar.gz |
Merge branch 'master' into devreap-children
Diffstat (limited to 'psutil/tests/test_aix.py')
-rwxr-xr-x | psutil/tests/test_aix.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/psutil/tests/test_aix.py b/psutil/tests/test_aix.py index 9a80106c..889526ad 100755 --- a/psutil/tests/test_aix.py +++ b/psutil/tests/test_aix.py @@ -117,5 +117,5 @@ class AIXSpecificTestCase(unittest.TestCase): if __name__ == '__main__': - from psutil.tests.runner import run - run(__file__) + from psutil.tests.runner import run_from_name + run_from_name(__file__) |