Re: [for-next][PATCH 7/8] ktest.pl: Add the log of last test in email on failure

From: Steven Rostedt
Date: Wed Jul 01 2020 - 19:44:33 EST


On Wed, 01 Jul 2020 19:17:24 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> 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++) {
> }