Removing usage of 'realpath' from run_test
It's not portable to other systems because it's Debian specific.
This commit is contained in:
parent
070d39b2a9
commit
ddef46fdbe
@ -35,7 +35,7 @@ EXTRA_CMAKE_ARGS=$extra_cmake_args YCM_TESTRUN=1 ./install.sh
|
||||
|
||||
for directory in third_party/*; do
|
||||
if [ -d "${directory}" ]; then
|
||||
export PYTHONPATH=$(realpath ${directory}):$PYTHONPATH
|
||||
export PYTHONPATH=$PWD/${directory}:$PYTHONPATH
|
||||
fi
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user