]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/test/test_runner.py
setup: fix test_runner to assert that lines which are output to stderr must end with...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 27 Jan 2009 21:35:05 +0000 (14:35 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 27 Jan 2009 21:35:05 +0000 (14:35 -0700)
commit1ae08acc8f0aae8c0cbd320fd308161f38f86192
tree28d68d8fddd5cc14a551151d90057c04ad474d4d
parent3cd4722c9bedeba85a9f71fd1e10cf0f62177d6e
setup: fix test_runner to assert that lines which are output to stderr must end with a punctuation mark (apparently re.search("x$", "x\r\n") does not match.  :-()
src/allmydata/test/test_runner.py