diff options
author | dirkbaechle <devnull@localhost> | 2012-09-27 22:35:09 (GMT) |
---|---|---|
committer | dirkbaechle <devnull@localhost> | 2012-09-27 22:35:09 (GMT) |
commit | a6d1f2c5f7282a4c25bc20059054cbc0a6d9a688 (patch) | |
tree | 1781448eb906652d808ea4bf50fdda4312fe23c1 /test/import.py | |
parent | edbb8113bf8737e7bc77a4f23d7fd41a44dca5a6 (diff) | |
download | SCons-a6d1f2c5f7282a4c25bc20059054cbc0a6d9a688.zip SCons-a6d1f2c5f7282a4c25bc20059054cbc0a6d9a688.tar.gz SCons-a6d1f2c5f7282a4c25bc20059054cbc0a6d9a688.tar.bz2 |
- several smaller fixes to get all tests running under Buildbot again
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/import.py b/test/import.py index 5bb4fcd..ef5ee61 100644 --- a/test/import.py +++ b/test/import.py @@ -39,7 +39,7 @@ tooldir = os.path.join(os.getcwd(), 'src', 'engine', 'SCons', 'Tool') import TestSCons test = TestSCons.TestSCons() -# Before executing the any of the platform or tool modules, add some +# Before executing any of the platform or tool modules, add some # null entries to the environment $PATH variable to make sure there's # no code that tries to index elements from the list before making sure # they're non-null. @@ -77,6 +77,8 @@ ignore = ('__init__.py', 'MSCommon', # Sun pkgchk and pkginfo common stuff 'sun_pkg.py', + # RPM utilities + 'rpmutils.py', ) tools = [] for name in os.listdir(tooldir): |