summaryrefslogtreecommitdiffstats
path: root/src/test_strings.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-12-22 07:57:36 (GMT)
committerSteven Knight <knight@baldmt.com>2009-12-22 07:57:36 (GMT)
commit7ae6d53d77834534ed42e1867dc57a1885176845 (patch)
tree8d41f0d3a2ac398b7bfe855f469a874ac8fd5791 /src/test_strings.py
parentb7cc1ca4105f6d41d763fd14640b5c7668061551 (diff)
downloadSCons-7ae6d53d77834534ed42e1867dc57a1885176845.zip
SCons-7ae6d53d77834534ed42e1867dc57a1885176845.tar.gz
SCons-7ae6d53d77834534ed42e1867dc57a1885176845.tar.bz2
Don't look for copyright strings in buildbot timings files.
Diffstat (limited to 'src/test_strings.py')
-rw-r--r--src/test_strings.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test_strings.py b/src/test_strings.py
index 59d7bca..4ca2245 100644
--- a/src/test_strings.py
+++ b/src/test_strings.py
@@ -241,7 +241,13 @@ check_list = [
'src/script/MANIFEST.in',
'src/script/setup.cfg',
'test/Fortran/.exclude_tests',
+ 'timings/changelog.html',
+ 'timings/graph.html',
+ 'timings/index.html',
],
+ remove_patterns = [
+ '*.js',
+ ]
),
]