projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79412ce
)
Fix typo.
author
Robert Bradshaw
<robertwb@math.washington.edu>
Fri, 27 Nov 2009 19:07:59 +0000
(11:07 -0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Fri, 27 Nov 2009 19:07:59 +0000
(11:07 -0800)
(My fault applying patch.)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 2ff4a3acbea8494cdf79c776f9bd42f23725d6c0..b85874a09359d357dbdaf67e05c0fc3aa0d103f9 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-876,4
+876,4
@@
if __name__ == '__main__':
import refnanny
sys.stderr.write("\n".join([repr(x) for x in refnanny.reflog]))
- sys.exit(not result.wasSuccessful()
+ sys.exit(not result.wasSuccessful()
)