summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/TaskmasterTests.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-12-07 04:15:22 (GMT)
committerSteven Knight <knight@baldmt.com>2008-12-07 04:15:22 (GMT)
commit95ab453345e5f6eb290133a3de7c2ca3a3666dc4 (patch)
treef50fe20eb526200c72926bf54201b5917fd65f2d /src/engine/SCons/TaskmasterTests.py
parentd869378a703fc690f78c75044a9469633ee33457 (diff)
downloadSCons-95ab453345e5f6eb290133a3de7c2ca3a3666dc4.zip
SCons-95ab453345e5f6eb290133a3de7c2ca3a3666dc4.tar.gz
SCons-95ab453345e5f6eb290133a3de7c2ca3a3666dc4.tar.bz2
Issue 2265: Suppress messages about spurious dependency cycles.
(Jason Kenny)
Diffstat (limited to 'src/engine/SCons/TaskmasterTests.py')
-rw-r--r--src/engine/SCons/TaskmasterTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/TaskmasterTests.py b/src/engine/SCons/TaskmasterTests.py
index 2031d23..b36e4aa 100644
--- a/src/engine/SCons/TaskmasterTests.py
+++ b/src/engine/SCons/TaskmasterTests.py
@@ -1067,7 +1067,7 @@ Taskmaster: already handled (executed)
Taskmaster: Considering node <no_state 0 'n3'> and its children:
Taskmaster: <executed 0 'n1'>
Taskmaster: <no_state 0 'n2'>
-Taskmaster: adjusting ref count: <pending 1 'n3'>, child 'n2'
+Taskmaster: adjusted ref count: <pending 1 'n3'>, child 'n2'
Taskmaster: Considering node <no_state 0 'n2'> and its children:
Taskmaster: Evaluating <pending 0 'n2'>
@@ -1076,7 +1076,7 @@ Task.prepare(): node <executing 0 'n2'>
Task.execute(): node <executing 0 'n2'>
Task.postprocess(): node <executing 0 'n2'>
Task.postprocess(): removing <executing 0 'n2'>
-Task.postprocess(): adjusting parent ref count <pending 0 'n3'>
+Task.postprocess(): adjusted parent ref count <pending 0 'n3'>
Taskmaster: Looking for a node to evaluate
Taskmaster: Considering node <pending 0 'n3'> and its children: