diff options
author | Steven Knight <knight@baldmt.com> | 2010-08-20 12:51:10 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-08-20 12:51:10 (GMT) |
commit | af3a76541895f79f3673d03b7c1a056042b960e9 (patch) | |
tree | 185ff8419a2c53f9c7c2b29487eaafc1b1c6f0f0 | |
parent | 5c6e808e8b21d7936d1371710ebc803ebe26f753 (diff) | |
download | SCons-af3a76541895f79f3673d03b7c1a056042b960e9.zip SCons-af3a76541895f79f3673d03b7c1a056042b960e9.tar.gz SCons-af3a76541895f79f3673d03b7c1a056042b960e9.tar.bz2 |
Avoid testing for a SCons copyright in the captured script that
generates ElectricCloud's configuration.
-rw-r--r-- | src/test_strings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test_strings.py b/src/test_strings.py index 26cd2ad..b39cc64 100644 --- a/src/test_strings.py +++ b/src/test_strings.py @@ -228,6 +228,7 @@ check_list = [ 'src/script/setup.cfg', 'test/Fortran/.exclude_tests', 'timings/changelog.html', + 'timings/ElectricCloud/genscons.pl', 'timings/graph.html', 'timings/index.html', ], |