From fc099cda09a40c8cbb02909ba3ccf6f0ec010362 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Wed, 29 Mar 2017 17:13:31 -0700
Subject: [PATCH] Review feedback

---
 tools/jenkins/run_line_count.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/jenkins/run_line_count.sh b/tools/jenkins/run_line_count.sh
index ee5370a662..a2bde53413 100644
--- a/tools/jenkins/run_line_count.sh
+++ b/tools/jenkins/run_line_count.sh
@@ -28,7 +28,9 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-# This script is invoked by Jenkins and runs performance smoke test.
+# This script is invoked by Jenkins and counts the number of lines in the
+# project.
 set -ex
 
+cd $(dirname $0)/../..
 tools/line_count/collect-now.sh
-- 
GitLab