summaryrefslogtreecommitdiffstats
path: root/test/option-s.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-10-31 03:47:18 (GMT)
committerSteven Knight <knight@baldmt.com>2001-10-31 03:47:18 (GMT)
commit00c3ada748b164ecf909727fa81f521dde72fda9 (patch)
tree123feebbeb8fd1ea7c4dbc0de3cd81b0e5f6f8ad /test/option-s.py
parentae1737265e92978dd851292340d21af6e2269196 (diff)
downloadSCons-00c3ada748b164ecf909727fa81f521dde72fda9.zip
SCons-00c3ada748b164ecf909727fa81f521dde72fda9.tar.gz
SCons-00c3ada748b164ecf909727fa81f521dde72fda9.tar.bz2
Make the (s) and variables upper-case.
Diffstat (limited to 'test/option-s.py')
-rw-r--r--test/option-s.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-s.py b/test/option-s.py
index 666060e..b34a02e 100644
--- a/test/option-s.py
+++ b/test/option-s.py
@@ -42,7 +42,7 @@ file.close()
test.write('SConstruct', """
MyBuild = Builder(name = "MyBuild",
- action = r'%s build.py $target')
+ action = r'%s build.py $TARGET')
env = Environment(BUILDERS = [MyBuild])
env.MyBuild(target = 'f1.out', source = 'f1.in')
env.MyBuild(target = 'f2.out', source = 'f2.in')