Skip to content

Commit

Permalink
ycm tests now add ycmd/third_party to PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Valloric committed May 14, 2014
1 parent 6555234 commit b0e33fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ for directory in $SCRIPT_DIR/third_party/*; do
fi
done


for directory in $SCRIPT_DIR/third_party/ycmd/third_party/*; do
if [ -d "${directory}" ]; then
export PYTHONPATH=${directory}:$PYTHONPATH
fi
done

nosetests -v $SCRIPT_DIR/python

0 comments on commit b0e33fa

Please sign in to comment.