summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-07 18:33:47 (GMT)
committerSteven Knight <knight@baldmt.com>2010-06-07 18:33:47 (GMT)
commit838124d3a69312c963e5be50451bed4899ab2a66 (patch)
tree2574b0a44179397808bde4ac0971c7a0dbcba939 /test
parentb8e240fa4c0b4966b7bbfdf7768b43889982fc87 (diff)
downloadSCons-838124d3a69312c963e5be50451bed4899ab2a66.zip
SCons-838124d3a69312c963e5be50451bed4899ab2a66.tar.gz
SCons-838124d3a69312c963e5be50451bed4899ab2a66.tar.bz2
Windows portability: \ separators in the expected output.
Diffstat (limited to 'test')
-rw-r--r--test/update-release-info.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/update-release-info.py b/test/update-release-info.py
index ab532a6..38371fd 100644
--- a/test/update-release-info.py
+++ b/test/update-release-info.py
@@ -163,14 +163,14 @@ deprecated_python_version = It goes on forever
""")
combo_run(0, 7, stdout =
-"""Updating src/CHANGES.txt...
-Updating src/RELEASE.txt...
-Updating src/Announce.txt...
+"""Updating src%(sep)sCHANGES.txt...
+Updating src%(sep)sRELEASE.txt...
+Updating src%(sep)sAnnounce.txt...
Updating SConstruct...
Updating README...
-Updating QMTest/TestSCons.py...
-Updating src/engine/SCons/Script/Main.py...
-""")
+Updating QMTest%(sep)sTestSCons.py...
+Updating src%(sep)sengine%(sep)sSCons%(sep)sScript%(sep)sMain.py...
+""" % {'sep':os.sep})
test.must_match(CHANGES, """
RELEASE 2.0.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE