From: Paolo Bonzini <pbonzini@redhat.com>
To: Andrew Jones <drjones@redhat.com>, kvm@vger.kernel.org
Cc: lvivier@redhat.com
Subject: Re: [kvm-unit-tests PATCH] run_tests.sh: totally kill test.log
Date: Tue, 16 Feb 2016 16:58:20 +0100 [thread overview]
Message-ID: <56C3471C.4070700@redhat.com> (raw)
In-Reply-To: <1455544837-21625-1-git-send-email-drjones@redhat.com>
On 15/02/2016 15:00, Andrew Jones wrote:
> Just in case a user switches from root to non-root between runs,
> make sure we completely recreate test.log to avoid permission
> denied errors.
>
> Reported-by: Laurent Vivier <lvivier@redhat.com>
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
> run_tests.sh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/run_tests.sh b/run_tests.sh
> index 558b8e7431d8e..2c8af36b2726e 100755
> --- a/run_tests.sh
> +++ b/run_tests.sh
> @@ -48,5 +48,6 @@ done
>
> RUNTIME_arch_run="./$TEST_DIR/run >> test.log"
> config=$TEST_DIR/unittests.cfg
> +rm -f test.log
> echo > test.log
> for_each_unittest $config run
>
Will apply.
Paolo
prev parent reply other threads:[~2016-02-16 15:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 14:00 [kvm-unit-tests PATCH] run_tests.sh: totally kill test.log Andrew Jones
2016-02-16 15:58 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56C3471C.4070700@redhat.com \
--to=pbonzini@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=lvivier@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.