land-remote: Announce what address email is going to be sent to.
[sfrench/samba-autobuild/.git] / 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)