summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-02-28 11:20:58 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2019-02-28 11:20:58 -0500
commit910af82db286c12414b2abc252c484bcaaa9beb4 (patch)
tree5ccf8c0eb6f9f6cfbff1469815bbc3a4c297e563
parent043f3fe3c182730eca17d68030f1de34fa88477e (diff)
downloadscons-git-910af82db286c12414b2abc252c484bcaaa9beb4.tar.gz
Update SConf tests to add scan arg to mocked out Node children() method since this is now used by SConf's logic
-rw-r--r--src/engine/SCons/SConfTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/SConfTests.py b/src/engine/SCons/SConfTests.py
index cf8a7fb1f..ff544f585 100644
--- a/src/engine/SCons/SConfTests.py
+++ b/src/engine/SCons/SConfTests.py
@@ -194,7 +194,7 @@ class SConfTestCase(unittest.TestCase):
pass
def add_post_action(self, *actions):
pass
- def children(self):
+ def children(self, scan = 1):
return []
def get_state(self):
return self.state