Skip to content

Commit

Permalink
Change iptest
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed May 2, 2012
1 parent bb96c47 commit fc9f6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/testing/iptest.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ def run_iptestall():
t_start = time.time()
try:
for (name, runner) in runners:
print '*'*70
print 'IPython test group:',name
print >>sys.stderr, '*'*70
print >>sys.stderr, 'IPython test group:',name
res = runner.run()
if res:
failed.append( (name, runner) )
Expand Down

0 comments on commit fc9f6cd

Please sign in to comment.