aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-15 15:59:42 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-15 15:59:42 -0800
commit57633ea87b35873a7d139cc70b8cf42226042cbe (patch)
tree663a5d36990a804194f212feb3fac5c843789871 /tools/run_tests
parent623ca7dd9408fea1b6e88be0ca1e0f845a0533e8 (diff)
parent3c1720c9845e751de194e4139ade9f4fb8f46244 (diff)
Merge pull request #4744 from dgquintas/check_newlines
Added sanity check for trailing newlines
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/check_sources_and_headers.py4
-rwxr-xr-xtools/run_tests/run_sanity.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/run_tests/check_sources_and_headers.py b/tools/run_tests/check_sources_and_headers.py
index cee32888dc..50574f44b0 100755
--- a/tools/run_tests/check_sources_and_headers.py
+++ b/tools/run_tests/check_sources_and_headers.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python2.7
-# Copyright 2015, Google Inc.
+# Copyright 2015-2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -80,4 +80,4 @@ for target in js:
target['name'], fn, m.group(1)))
errors += 1
-assert errors == 0 \ No newline at end of file
+assert errors == 0
diff --git a/tools/run_tests/run_sanity.sh b/tools/run_tests/run_sanity.sh
index 690332daae..467f06edd7 100755
--- a/tools/run_tests/run_sanity.sh
+++ b/tools/run_tests/run_sanity.sh
@@ -60,4 +60,4 @@ fi
./tools/buildgen/generate_projects.sh
./tools/distrib/check_copyright.py
./tools/distrib/clang_format_code.sh
-
+./tools/distrib/check_trailing_newlines.sh