Message ID | 20200825102036.17232-1-mhartmay@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | Use same test names in the default and the TAP13 output format | expand |
On Tue, Aug 25, 2020 at 12:20 PM +0200, Marc Hartmayer <mhartmay@linux.ibm.com> wrote: > For everybody's convenience there is a branch: > https://gitlab.com/mhartmay/kvm-unit-tests/-/tree/tap_v2 > > Changelog: > v1 -> v2: > + added r-b's to patch 1 > + patch 2: > - I've not added Andrew's r-b since I've worked in the comment from > Janosch (don't drop the first prefix) > > Marc Hartmayer (2): > runtime.bash: remove outdated comment > Use same test names in the default and the TAP13 output format > > run_tests.sh | 15 +++++++++------ > scripts/runtime.bash | 9 +++------ > 2 files changed, 12 insertions(+), 12 deletions(-) > > -- > 2.25.4 > Polite ping :) How should we proceed further?
On 15/09/2020 11.38, Marc Hartmayer wrote: > On Tue, Aug 25, 2020 at 12:20 PM +0200, Marc Hartmayer <mhartmay@linux.ibm.com> wrote: >> For everybody's convenience there is a branch: >> https://gitlab.com/mhartmay/kvm-unit-tests/-/tree/tap_v2 >> >> Changelog: >> v1 -> v2: >> + added r-b's to patch 1 >> + patch 2: >> - I've not added Andrew's r-b since I've worked in the comment from >> Janosch (don't drop the first prefix) >> >> Marc Hartmayer (2): >> runtime.bash: remove outdated comment >> Use same test names in the default and the TAP13 output format >> >> run_tests.sh | 15 +++++++++------ >> scripts/runtime.bash | 9 +++------ >> 2 files changed, 12 insertions(+), 12 deletions(-) >> >> -- >> 2.25.4 >> > > Polite ping :) How should we proceed further? Sorry, it's been some quite busy weeks ... I'll try to collect some pending kvm-unit-tests patches in the next days and then send a pull request to Paolo... Thomas
On Tue, Sep 22, 2020 at 10:53 AM +0200, Thomas Huth <thuth@redhat.com> wrote: > On 15/09/2020 11.38, Marc Hartmayer wrote: >> On Tue, Aug 25, 2020 at 12:20 PM +0200, Marc Hartmayer <mhartmay@linux.ibm.com> wrote: >>> For everybody's convenience there is a branch: >>> https://gitlab.com/mhartmay/kvm-unit-tests/-/tree/tap_v2 >>> >>> Changelog: >>> v1 -> v2: >>> + added r-b's to patch 1 >>> + patch 2: >>> - I've not added Andrew's r-b since I've worked in the comment from >>> Janosch (don't drop the first prefix) >>> >>> Marc Hartmayer (2): >>> runtime.bash: remove outdated comment >>> Use same test names in the default and the TAP13 output format >>> >>> run_tests.sh | 15 +++++++++------ >>> scripts/runtime.bash | 9 +++------ >>> 2 files changed, 12 insertions(+), 12 deletions(-) >>> >>> -- >>> 2.25.4 >>> >> >> Polite ping :) How should we proceed further? > > Sorry, it's been some quite busy weeks ... I'll try to collect some > pending kvm-unit-tests patches in the next days and then send a pull > request to Paolo... No problem :) Thanks for taking care! > > Thomas >
On 25/08/20 12:20, Marc Hartmayer wrote: > For everybody's convenience there is a branch: > https://gitlab.com/mhartmay/kvm-unit-tests/-/tree/tap_v2 > > Changelog: > v1 -> v2: > + added r-b's to patch 1 > + patch 2: > - I've not added Andrew's r-b since I've worked in the comment from > Janosch (don't drop the first prefix) > > Marc Hartmayer (2): > runtime.bash: remove outdated comment > Use same test names in the default and the TAP13 output format > > run_tests.sh | 15 +++++++++------ > scripts/runtime.bash | 9 +++------ > 2 files changed, 12 insertions(+), 12 deletions(-) > Queued, thanks. Paolo
On 22/09/20 10:53, Thomas Huth wrote: > On 15/09/2020 11.38, Marc Hartmayer wrote: >> On Tue, Aug 25, 2020 at 12:20 PM +0200, Marc Hartmayer <mhartmay@linux.ibm.com> wrote: >>> For everybody's convenience there is a branch: >>> https://gitlab.com/mhartmay/kvm-unit-tests/-/tree/tap_v2 >>> >>> Changelog: >>> v1 -> v2: >>> + added r-b's to patch 1 >>> + patch 2: >>> - I've not added Andrew's r-b since I've worked in the comment from >>> Janosch (don't drop the first prefix) >>> >>> Marc Hartmayer (2): >>> runtime.bash: remove outdated comment >>> Use same test names in the default and the TAP13 output format >>> >>> run_tests.sh | 15 +++++++++------ >>> scripts/runtime.bash | 9 +++------ >>> 2 files changed, 12 insertions(+), 12 deletions(-) >>> >>> -- >>> 2.25.4 >>> >> >> Polite ping :) How should we proceed further? > > Sorry, it's been some quite busy weeks ... I'll try to collect some > pending kvm-unit-tests patches in the next days and then send a pull > request to Paolo... > > Thomas > Don't worry, I'm finally back and learning again how to do code review with "lighter" series. :) Paolo