diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/explain/basic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/explain/basic.py b/test/explain/basic.py index bd474bb..0d4f0ef 100644 --- a/test/explain/basic.py +++ b/test/explain/basic.py @@ -332,7 +332,7 @@ scons: rebuilding `file3' because: Old:zzz New:xxx ->Depends ->Implicit - Old:/usr/bin/python New:/usr/bin/python + Old:%(_python_)s New:%(_python_)s %(_python_)s %(cat_py)s file3 zzz yyy xxx """ % locals()) |