summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-06-29 16:37:47 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2018-06-29 16:37:47 +0200
commit1b09b5fff78f705dfb42458726ff9789c26f6f21 (patch)
treea97e3621cfc6160bca7a327c9f7f4d294a092c2f /Makefile
parent05066d9744f0b981f612c71eecace817a2ba7a08 (diff)
downloadpsutil-1b09b5fff78f705dfb42458726ff9789c26f6f21.tar.gz
revert file renaming of macos files; get them back to 'osx' prefix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58c0d396..51047383 100644
--- a/Makefile
+++ b/Makefile
@@ -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