diff options
author | Daniel Moody <dmoody256@gmail.com> | 2017-12-30 22:23:55 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2017-12-30 22:23:55 (GMT) |
commit | 573c0510aa57e5e1ba228226a2fdbbb1f633d3f8 (patch) | |
tree | 16af96b85a3b08dff4ae82e3287768ed6271f2d7 /test | |
parent | 9f693ab6601ac60bfdc2e7785a1de44bf0bf0e1b (diff) | |
download | SCons-573c0510aa57e5e1ba228226a2fdbbb1f633d3f8.zip SCons-573c0510aa57e5e1ba228226a2fdbbb1f633d3f8.tar.gz SCons-573c0510aa57e5e1ba228226a2fdbbb1f633d3f8.tar.bz2 |
forget to add import os for checking the environment for coverage
Diffstat (limited to 'test')
-rw-r--r-- | test/exitfns.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exitfns.py b/test/exitfns.py index dcd8762..c0da861 100644 --- a/test/exitfns.py +++ b/test/exitfns.py @@ -25,7 +25,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import TestSCons - +import os test = TestSCons.TestSCons() # also exclude these tests since it overides the exit function which doesnt work with coverage |