From 9010458581c4a69f6c987830254391d9c041b236 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 4 Nov 2017 10:41:08 +0000 Subject: #1081 Use executable() for Python executables on Windows, and rename the test files to .exe so they will pass the executable() check --- test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8 | 0 .../python_paths/with_virtualenv/env/Scripts/autopep8.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8 | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/isort | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/isort.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint.exe | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf | 0 test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf.exe | 0 12 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8 create mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8 create mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/isort create mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/isort.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy create mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint create mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint.exe delete mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf create mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf.exe (limited to 'test/command_callback/python_paths') diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8 b/test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8 deleted file mode 100755 index e69de29b..00000000 diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/autopep8.exe new file mode 100755 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8 b/test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8 deleted file mode 100755 index e69de29b..00000000 diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/flake8.exe new file mode 100755 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/isort b/test/command_callback/python_paths/with_virtualenv/env/Scripts/isort deleted file mode 100755 index e69de29b..00000000 diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/isort.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/isort.exe new file mode 100755 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy b/test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy deleted file mode 100755 index e69de29b..00000000 diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/mypy.exe new file mode 100755 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint deleted file mode 100755 index e69de29b..00000000 diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylint.exe new file mode 100755 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf b/test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf deleted file mode 100755 index e69de29b..00000000 diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/yapf.exe new file mode 100755 index 00000000..e69de29b -- cgit v1.2.3