projects
/
platform
/
upstream
/
scons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53d2890
)
fix tests
author
William Deegan
<bill@baddogconsulting.com>
Tue, 26 Sep 2017 00:36:04 +0000
(17:36 -0700)
committer
William Deegan
<bill@baddogconsulting.com>
Tue, 26 Sep 2017 00:36:04 +0000
(17:36 -0700)
test/Variables/import.py
patch
|
blob
|
history
diff --git
a/test/Variables/import.py
b/test/Variables/import.py
index 2da670a7a35579da71b3aa1be06bc201c758c066..3cdee218d42accc5cf4bc5e8868b3ccb0e865c16 100644
(file)
--- a/
test/Variables/import.py
+++ b/
test/Variables/import.py
@@
-48,7
+48,7
@@
SConscript_contents = """\
Import("opts")
env = Environment()
opts.Update(env)
-print("VARIABLE =
",
env.get('VARIABLE'))
+print("VARIABLE =
%s"%
env.get('VARIABLE'))
"""
test.write(['bin', 'opts.cfg'], """\