diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-05-13 16:45:11 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-05-13 16:45:11 +0200 |
| commit | 18e88998a5f25ab9335afbaacfa3db46287bfa1f (patch) | |
| tree | e218fc88a5ce98fbfdafa9b9dbd7a84bb83c7862 /scripts/internal | |
| parent | 9c0ba43950861afd9fc9ff184bbb1f4fe32079d8 (diff) | |
| download | psutil-18e88998a5f25ab9335afbaacfa3db46287bfa1f.tar.gz | |
rename memleaks script
Diffstat (limited to 'scripts/internal')
| -rwxr-xr-x | scripts/internal/winmake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/winmake.py b/scripts/internal/winmake.py index a83aed3e..8fc3a984 100755 --- a/scripts/internal/winmake.py +++ b/scripts/internal/winmake.py @@ -488,7 +488,7 @@ def test_failed(): def test_memleaks(): """Run memory leaks tests""" build() - sh("%s psutil\\tests\\test_memory_leaks.py" % PYTHON) + sh("%s psutil\\tests\\test_memleaks.py" % PYTHON) def install_git_hooks(): |
