Skip to content

Commit 618e01f

Browse files
committed
Tweaked the test-crawler output.
- Legacy-Id: 7645
1 parent 0076f11 commit 618e01f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/bin/test-crawl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ while urls:
148148
logfile.write(logentry+"\n")
149149

150150
logfile.close()
151-
sys.stderr.write("Output written to %s" % logfile.name)
151+
sys.stderr.write("Output written to %s\n\n" % logfile.name)
152152

153153
if errors > 0:
154154
sys.stderr.write("Found %s errors, grep output for FAIL for details\n" % errors)

0 commit comments

Comments
 (0)