[Buildbot-commits] buildbot/buildbot/test test_web.py,1.27,1.28
Brian Warner
warner at users.sourceforge.net
Sun May 21 22:11:18 UTC 2006
Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27976/buildbot/test
Modified Files:
test_web.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-551
Creator: Brian Warner <warner at lothar.com>
tweak test_web to see if it makes windows happier
Index: test_web.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_web.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- test_web.py 21 May 2006 21:28:26 -0000 1.27
+++ test_web.py 21 May 2006 22:11:15 -0000 1.28
@@ -189,8 +189,9 @@
def test_waterfall(self):
os.mkdir("test_web4")
os.mkdir("my-maildir"); os.mkdir("my-maildir/new")
+ self.robots_txt = os.path.abspath(os.path.join("test_web4",
+ "robots.txt"))
self.robots_txt_contents = "User-agent: *\nDisallow: /\n"
- self.robots_txt = os.path.join("test_web4", "robots.txt")
f = open(self.robots_txt, "w")
f.write(self.robots_txt_contents)
f.close()
More information about the Commits
mailing list