diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-01-14 03:21:57 -0800 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-01-14 03:21:57 -0800 |
| commit | d9497930fc7a77e17a5aace07592c0b1d1701ba9 (patch) | |
| tree | c9391bdfe927edbeb3403bc5959ee91910a7b46f /scripts | |
| parent | 5140642a7ac95889222cbcc2a8118ca803f0ae3d (diff) | |
| download | psutil-d9497930fc7a77e17a5aace07592c0b1d1701ba9.tar.gz | |
exec make install before 2 targets
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/internal/winmake.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/internal/winmake.py b/scripts/internal/winmake.py index 69a1bfbe..6349215a 100755 --- a/scripts/internal/winmake.py +++ b/scripts/internal/winmake.py @@ -504,11 +504,13 @@ def bench_oneshot_2(): def print_access_denied(): """Print AD exceptions raised by all Process methods.""" + install() sh("%s -Wa scripts\\internal\\print_access_denied.py" % PYTHON) def print_api_speed(): """Benchmark all API calls.""" + install() sh("%s -Wa scripts\\internal\\print_api_speed.py" % PYTHON) |
