run_tests.sh now builds ycmd first

Needed to run the tests.
This commit is contained in:
Strahinja Val Markovic 2014-05-21 13:54:31 -07:00
parent 3a0c3fcfa2
commit d5f7e9f923

View File

@ -4,6 +4,8 @@ set -e
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$SCRIPT_DIR/third_party/ycmd/build.sh
flake8 --select=F,C9 --max-complexity=10 $SCRIPT_DIR/python flake8 --select=F,C9 --max-complexity=10 $SCRIPT_DIR/python
for directory in $SCRIPT_DIR/third_party/*; do for directory in $SCRIPT_DIR/third_party/*; do