summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-02-27 15:29:32 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-02-27 15:29:32 +0100
commit52253a519609d6d8990d9d6812ea9bed0204c81c (patch)
treecaa6207d12fcff6ba78f714360d3fb01b6aa8c41 /Makefile
parent665f0c1c275a3575da4b01ea859a4c41a82a7321 (diff)
downloadpsutil-52253a519609d6d8990d9d6812ea9bed0204c81c.tar.gz
add arg parser for ad script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c64a0b5..839a6026 100644
--- a/Makefile
+++ b/Makefile
@@ -256,7 +256,7 @@ print-access-denied: ## Print AD exceptions
@$(TEST_PREFIX) $(PYTHON) scripts/internal/print_access_denied.py
print-api-speed: ## Benchmark all API calls
- @$(TEST_PREFIX) $(PYTHON) scripts/internal/print_api_speed.py
+ @$(TEST_PREFIX) $(PYTHON) scripts/internal/print_api_speed.py $(ARGS)
# ===================================================================
# Misc