From bbfdb84ae14d11dfcf2f28a09f03fdbadc2f5bd2 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 3 Feb 2017 02:18:22 +0100 Subject: build: Do not force busted into front of $PATH This was a workaround from long ago, but it doesn't seem to be needed anymore. And it breaks the $PATH on the Windows build (AppVeyor CI). After this change python3 (and 2) is correctly detected on AppVeyor CI. References #5946 --- cmake/RunTests.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmake') diff --git a/cmake/RunTests.cmake b/cmake/RunTests.cmake index 58f19b6fa5..19aaf85d0f 100644 --- a/cmake/RunTests.cmake +++ b/cmake/RunTests.cmake @@ -1,6 +1,3 @@ -get_filename_component(BUSTED_DIR ${BUSTED_PRG} PATH) -set(ENV{PATH} "${BUSTED_DIR}:$ENV{PATH}") - set(ENV{VIMRUNTIME} ${WORKING_DIR}/runtime) set(ENV{NVIM_RPLUGIN_MANIFEST} ${WORKING_DIR}/Xtest_rplugin_manifest) set(ENV{XDG_CONFIG_HOME} ${WORKING_DIR}/Xtest_xdg/config) -- cgit