diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-25 23:07:28 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-25 23:07:28 +0000 |
commit | 9cdbbebff18603dc9ce6b956577691216639d071 (patch) | |
tree | 357ad0571aeb32844fd643cec6d4773e2d5a1670 /torturetest.py | |
parent | e9d74bd4739e71c8d0d929017ecb4940bc08ac44 (diff) | |
download | fetchmail-9cdbbebff18603dc9ce6b956577691216639d071.tar.gz fetchmail-9cdbbebff18603dc9ce6b956577691216639d071.tar.bz2 fetchmail-9cdbbebff18603dc9ce6b956577691216639d071.zip |
Be explicit when we sent test mail.
svn path=/trunk/; revision=3151
Diffstat (limited to 'torturetest.py')
-rwxr-xr-x | torturetest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/torturetest.py b/torturetest.py index 1c8bd35b..e9524409 100755 --- a/torturetest.py +++ b/torturetest.py @@ -138,6 +138,7 @@ if __name__ == "__main__": sys.exit(0) elif switch == "-g": for site in sitelist: + print "Sending test mail to " + site.id() site.testmail() # Send test mail to each site sys.stdout.write("Delaying to give the test mail time to land...") |