land-remote: Announce what address email is going to be sent to.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 4 Oct 2010 11:51:34 +0000 (13:51 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 4 Oct 2010 11:52:09 +0000 (13:52 +0200)
script/land-remote.py

index 4a9c3fac8e843f579a73717e9bc22e0ac4e10341..43fdacb785ff2245bccb4133a5c89f146025d344 100755 (executable)
@@ -37,6 +37,9 @@ parser.add_option("--fail-slowly", help="continue running tests even after one h
 if opts.email is None and os.getenv("EMAIL") is not None:
     opts.email = os.getenv("EMAIL")
 
+if opts.email:
+    print "Sending email to %s" % opts.email
+
 if not opts.foreground and not opts.email:
     print "Not running in foreground and --email not specified."
     sys.exit(1)