From d5f7e9f9231c4584155782925e649ca7746f8df0 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Wed, 21 May 2014 13:54:31 -0700 Subject: [PATCH] run_tests.sh now builds ycmd first Needed to run the tests. --- run_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_tests.sh b/run_tests.sh index faefa3a0..b75ee08d 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -4,6 +4,8 @@ set -e 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 for directory in $SCRIPT_DIR/third_party/*; do