[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200701194429.44baae92@oasis.local.home>
Date: Wed, 1 Jul 2020 19:44:29 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: "John Warthog9 Hawley" <warthog9@...nel.org>,
Greg KH <gregkh@...uxfoundation.org>
Subject: Re: [for-next][PATCH 7/8] ktest.pl: Add the log of last test in
email on failure
On Wed, 01 Jul 2020 19:17:24 -0400
Steven Rostedt <rostedt@...dmis.org> wrote:
> + }
> +
> + $mail_command =~ s/\$HEADER_FILE/$header_file/g;
> $mail_command =~ s/\$MAILER/$mailer/g;
> $mail_command =~ s/\$MAIL_PATH/$mail_path/g;
> $mail_command =~ s/\$MAILTO/$mailto/g;
> $mail_command =~ s/\$SUBJECT/$subject/g;
> $mail_command =~ s/\$MESSAGE/$message/g;
>
> + print ">$mail_command<\n";
Oops, left in this debug print statement.
I nuked it before pushing to linux-next.
-- Steve
> run_command $mail_command;
> }
>
> @@ -4352,6 +4382,11 @@ for (my $i = 1; $i <= $opt{"NUM_TESTS"}; $i++) {
> }
Powered by blists - more mailing lists