diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-29 17:13:31 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-29 17:13:31 -0700 |
commit | fc099cda09a40c8cbb02909ba3ccf6f0ec010362 (patch) | |
tree | 5f7bb0774dcdbfa8f5e61668f69dccbc5a19024d /tools/jenkins | |
parent | 7af47feffc368b93720b02e8d2cb0e28c326604e (diff) |
Review feedback
Diffstat (limited to 'tools/jenkins')
-rw-r--r-- | tools/jenkins/run_line_count.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |