diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2018-06-29 16:37:47 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2018-06-29 16:37:47 +0200 |
| commit | 1b09b5fff78f705dfb42458726ff9789c26f6f21 (patch) | |
| tree | a97e3621cfc6160bca7a327c9f7f4d294a092c2f /Makefile | |
| parent | 05066d9744f0b981f612c71eecace817a2ba7a08 (diff) | |
| download | psutil-1b09b5fff78f705dfb42458726ff9789c26f6f21.tar.gz | |
revert file renaming of macos files; get them back to 'osx' prefix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ test-posix: ## POSIX specific tests. test-platform: ## Run specific platform tests only. ${MAKE} install - $(TEST_PREFIX) $(PYTHON) psutil/tests/test_`$(PYTHON) -c 'import psutil; print([x.lower() for x in ("LINUX", "BSD", "MACOS", "SUNOS", "WINDOWS", "AIX") if getattr(psutil, x)][0])'`.py + $(TEST_PREFIX) $(PYTHON) psutil/tests/test_`$(PYTHON) -c 'import psutil; print([x.lower() for x in ("LINUX", "BSD", "OSX", "SUNOS", "WINDOWS", "AIX") if getattr(psutil, x)][0])'`.py test-memleaks: ## Memory leak tests. ${MAKE} install |
