From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: fam@euphon.net, kwolf@redhat.com, emaste@freebsd.org,
qemu-block@nongnu.org, philmd@redhat.com, armbru@redhat.com,
cfergeau@redhat.com, mreitz@redhat.com, alex.bennee@linaro.org,
wainersm@redhat.com, lwhsu@freebsd.org
Subject: Re: [Qemu-devel] [PATCH v2 0/8] tests/qemu-iotests: Run basic iotests during "make check"
Date: Mon, 29 Apr 2019 07:25:15 +0200 [thread overview]
Message-ID: <9c290579-45b2-88f5-2b1f-6af0db5a8e1f@redhat.com> (raw)
In-Reply-To: <155646780285.10667.18275282182893876584@c2072b67cc0c>
On 28/04/2019 18.10, no-reply@patchew.org wrote:
> Patchew URL: https://patchew.org/QEMU/20190428155451.15653-1-thuth@redhat.com/
>
>
>
> Hi,
>
> This series seems to have some coding style problems. See output below for
> more information:
>
> Type: series
> Message-id: 20190428155451.15653-1-thuth@redhat.com
> Subject: [Qemu-devel] [PATCH v2 0/8] tests/qemu-iotests: Run basic iotests during "make check"
>
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
> git rev-parse base > /dev/null || exit 0
> git config --local diff.renamelimit 0
> git config --local diff.renames True
> git config --local diff.algorithm histogram
> ./scripts/checkpatch.pl --mailback base..
> === TEST SCRIPT END ===
>
> Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
> From https://github.com/patchew-project/qemu
> * [new tag] patchew/20190428155451.15653-1-thuth@redhat.com -> patchew/20190428155451.15653-1-thuth@redhat.com
> Switched to a new branch 'test'
> 7bb09e08a3 tests: Run the iotests during "make check" again
> 3d905a091e tests/qemu-iotests/group: Re-use the "auto" group for tests that can always run
> 565003ac8a tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests
> fb27dba3d9 cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD
> 02ac8a4bf6 tests/qemu-iotests: Do not hard-code the path to bash
> 34c6a891ea tests/qemu-iotests/check: Pick a default machine if necessary
> d091edf7c1 tests/qemu-iotests/005: Add a sanity check for large sparse file support
> 3cf4caa193 tests/qemu-iotests: Fix output of qemu-io related tests
>
> === OUTPUT BEGIN ===
> 1/8 Checking commit 3cf4caa193cc (tests/qemu-iotests: Fix output of qemu-io related tests)
> 2/8 Checking commit d091edf7c1ef (tests/qemu-iotests/005: Add a sanity check for large sparse file support)
> 3/8 Checking commit 34c6a891ea6e (tests/qemu-iotests/check: Pick a default machine if necessary)
> 4/8 Checking commit 02ac8a4bf608 (tests/qemu-iotests: Do not hard-code the path to bash)
> 5/8 Checking commit fb27dba3d9f0 (cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD)
> 6/8 Checking commit 565003ac8a70 (tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests)
> 7/8 Checking commit 3d905a091e64 (tests/qemu-iotests/group: Re-use the "auto" group for tests that can always run)
> ERROR: trailing whitespace
> #125: FILE: tests/qemu-iotests/group:115:
> +093 $
Not an error: The trailing whitespace is currently required for the
parsing code in the "check" script.
Thomas
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: fam@euphon.net, kwolf@redhat.com, emaste@freebsd.org,
qemu-block@nongnu.org, alex.bennee@linaro.org, armbru@redhat.com,
cfergeau@redhat.com, mreitz@redhat.com, wainersm@redhat.com,
philmd@redhat.com, lwhsu@freebsd.org
Subject: Re: [Qemu-devel] [PATCH v2 0/8] tests/qemu-iotests: Run basic iotests during "make check"
Date: Mon, 29 Apr 2019 07:25:15 +0200 [thread overview]
Message-ID: <9c290579-45b2-88f5-2b1f-6af0db5a8e1f@redhat.com> (raw)
Message-ID: <20190429052515.WMc7GhZb9PowS_Ozmr9-ddugZvmURV8VVaYuBvC1fyw@z> (raw)
In-Reply-To: <155646780285.10667.18275282182893876584@c2072b67cc0c>
On 28/04/2019 18.10, no-reply@patchew.org wrote:
> Patchew URL: https://patchew.org/QEMU/20190428155451.15653-1-thuth@redhat.com/
>
>
>
> Hi,
>
> This series seems to have some coding style problems. See output below for
> more information:
>
> Type: series
> Message-id: 20190428155451.15653-1-thuth@redhat.com
> Subject: [Qemu-devel] [PATCH v2 0/8] tests/qemu-iotests: Run basic iotests during "make check"
>
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
> git rev-parse base > /dev/null || exit 0
> git config --local diff.renamelimit 0
> git config --local diff.renames True
> git config --local diff.algorithm histogram
> ./scripts/checkpatch.pl --mailback base..
> === TEST SCRIPT END ===
>
> Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
> From https://github.com/patchew-project/qemu
> * [new tag] patchew/20190428155451.15653-1-thuth@redhat.com -> patchew/20190428155451.15653-1-thuth@redhat.com
> Switched to a new branch 'test'
> 7bb09e08a3 tests: Run the iotests during "make check" again
> 3d905a091e tests/qemu-iotests/group: Re-use the "auto" group for tests that can always run
> 565003ac8a tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests
> fb27dba3d9 cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD
> 02ac8a4bf6 tests/qemu-iotests: Do not hard-code the path to bash
> 34c6a891ea tests/qemu-iotests/check: Pick a default machine if necessary
> d091edf7c1 tests/qemu-iotests/005: Add a sanity check for large sparse file support
> 3cf4caa193 tests/qemu-iotests: Fix output of qemu-io related tests
>
> === OUTPUT BEGIN ===
> 1/8 Checking commit 3cf4caa193cc (tests/qemu-iotests: Fix output of qemu-io related tests)
> 2/8 Checking commit d091edf7c1ef (tests/qemu-iotests/005: Add a sanity check for large sparse file support)
> 3/8 Checking commit 34c6a891ea6e (tests/qemu-iotests/check: Pick a default machine if necessary)
> 4/8 Checking commit 02ac8a4bf608 (tests/qemu-iotests: Do not hard-code the path to bash)
> 5/8 Checking commit fb27dba3d9f0 (cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD)
> 6/8 Checking commit 565003ac8a70 (tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests)
> 7/8 Checking commit 3d905a091e64 (tests/qemu-iotests/group: Re-use the "auto" group for tests that can always run)
> ERROR: trailing whitespace
> #125: FILE: tests/qemu-iotests/group:115:
> +093 $
Not an error: The trailing whitespace is currently required for the
parsing code in the "check" script.
Thomas
next prev parent reply other threads:[~2019-04-29 5:25 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-28 15:54 [Qemu-devel] [PATCH v2 0/8] tests/qemu-iotests: Run basic iotests during "make check" Thomas Huth
2019-04-28 15:54 ` Thomas Huth
2019-04-28 15:54 ` [Qemu-devel] [PATCH v2 1/8] tests/qemu-iotests: Fix output of qemu-io related tests Thomas Huth
2019-04-28 15:54 ` Thomas Huth
2019-05-01 10:24 ` Alex Bennée
2019-05-01 10:24 ` Alex Bennée
2019-04-28 15:54 ` [Qemu-devel] [PATCH v2 2/8] tests/qemu-iotests/005: Add a sanity check for large sparse file support Thomas Huth
2019-04-28 15:54 ` Thomas Huth
2019-05-01 11:08 ` Alex Bennée
2019-05-01 11:08 ` Alex Bennée
2019-05-01 12:06 ` Eric Blake
2019-05-01 12:06 ` Eric Blake
2019-05-01 13:36 ` Thomas Huth
2019-05-01 13:36 ` Thomas Huth
2019-05-01 13:13 ` Thomas Huth
2019-05-01 13:13 ` Thomas Huth
2019-05-01 14:23 ` Alex Bennée
2019-05-01 14:23 ` Alex Bennée
2019-04-28 15:54 ` [Qemu-devel] [PATCH v2 3/8] tests/qemu-iotests/check: Pick a default machine if necessary Thomas Huth
2019-04-28 15:54 ` Thomas Huth
2019-05-01 8:27 ` Alex Bennée
2019-05-01 8:27 ` Alex Bennée
2019-05-01 15:18 ` Philippe Mathieu-Daudé
2019-05-01 15:18 ` Philippe Mathieu-Daudé
2019-04-28 15:54 ` [Qemu-devel] [PATCH v2 4/8] tests/qemu-iotests: Do not hard-code the path to bash Thomas Huth
2019-04-28 15:54 ` Thomas Huth
2019-05-01 8:27 ` Alex Bennée
2019-05-01 8:27 ` Alex Bennée
2019-04-28 15:54 ` [Qemu-devel] [PATCH v2 5/8] cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD Thomas Huth
2019-04-28 15:54 ` Thomas Huth
2019-04-30 21:54 ` Li-Wen Hsu
2019-04-30 21:54 ` Li-Wen Hsu
2019-05-01 11:09 ` Alex Bennée
2019-05-01 11:09 ` Alex Bennée
2019-05-01 15:19 ` Philippe Mathieu-Daudé
2019-05-01 15:19 ` Philippe Mathieu-Daudé
2019-04-28 15:54 ` [Qemu-devel] [PATCH v2 6/8] tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests Thomas Huth
2019-04-28 15:54 ` Thomas Huth
2019-05-01 11:10 ` Alex Bennée
2019-05-01 11:10 ` Alex Bennée
2019-04-28 15:54 ` [Qemu-devel] [PATCH v2 7/8] tests/qemu-iotests/group: Re-use the "auto" group for tests that can always run Thomas Huth
2019-04-28 15:54 ` Thomas Huth
2019-05-01 16:37 ` Alex Bennée
2019-05-01 16:37 ` Alex Bennée
2019-05-02 5:44 ` Thomas Huth
2019-05-02 5:44 ` Thomas Huth
2019-04-28 15:54 ` [Qemu-devel] [PATCH v2 8/8] tests: Run the iotests during "make check" again Thomas Huth
2019-04-28 15:54 ` Thomas Huth
2019-04-28 16:10 ` [Qemu-devel] [PATCH v2 0/8] tests/qemu-iotests: Run basic iotests during "make check" no-reply
2019-04-28 16:10 ` no-reply
2019-04-29 5:25 ` Thomas Huth [this message]
2019-04-29 5:25 ` Thomas Huth
2019-04-29 3:47 ` no-reply
2019-04-29 3:47 ` no-reply
2019-04-29 5:30 ` Thomas Huth
2019-04-29 5:30 ` Thomas Huth
2019-05-01 8:30 ` Alex Bennée
2019-05-01 8:30 ` Alex Bennée
2019-05-01 10:04 ` Thomas Huth
2019-05-01 10:04 ` Thomas Huth
2019-05-01 8:30 ` Alex Bennée
2019-05-01 8:30 ` Alex Bennée
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=9c290579-45b2-88f5-2b1f-6af0db5a8e1f@redhat.com \
--to=thuth@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=cfergeau@redhat.com \
--cc=emaste@freebsd.org \
--cc=fam@euphon.net \
--cc=kwolf@redhat.com \
--cc=lwhsu@freebsd.org \
--cc=mreitz@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=wainersm@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).