Re: [PATCH] tests/check-block: Do not run the iotests with old versions of bash

2020-09-14 Thread Thomas Huth
On 14/09/2020 17.03, Eric Blake wrote: > On 9/12/20 7:14 AM, Thomas Huth wrote: >> macOS is shipped with a very old version of the bash (3.2), which >> is currently not suitable for running the iotests anymore. Add >> a check to skip the iotests in this case - if someone still wants >> to run the i

Re: [PATCH] tests/check-block: Do not run the iotests with old versions of bash

2020-09-14 Thread Eric Blake
On 9/14/20 10:33 AM, Thomas Huth wrote: On 14/09/2020 17.03, Eric Blake wrote: On 9/12/20 7:14 AM, Thomas Huth wrote: macOS is shipped with a very old version of the bash (3.2), which is currently not suitable for running the iotests anymore. Add a check to skip the iotests in this case - if so

Re: [PATCH] tests/check-block: Do not run the iotests with old versions of bash

2020-09-14 Thread Eric Blake
On 9/12/20 7:14 AM, Thomas Huth wrote: macOS is shipped with a very old version of the bash (3.2), which is currently not suitable for running the iotests anymore. Add a check to skip the iotests in this case - if someone still wants to run the iotests on macOS, they can install a newer version f

Re: [PATCH] tests/check-block: Do not run the iotests with old versions of bash

2020-09-14 Thread Thomas Huth
On 14/09/2020 13.13, Max Reitz wrote: > On 14.09.20 12:50, Thomas Huth wrote: >> On 14/09/2020 11.19, Max Reitz wrote: >>> On 12.09.20 14:14, Thomas Huth wrote: macOS is shipped with a very old version of the bash (3.2), which is currently not suitable for running the iotests anymore. Add

Re: [PATCH] tests/check-block: Do not run the iotests with old versions of bash

2020-09-14 Thread Max Reitz
On 14.09.20 12:50, Thomas Huth wrote: > On 14/09/2020 11.19, Max Reitz wrote: >> On 12.09.20 14:14, Thomas Huth wrote: >>> macOS is shipped with a very old version of the bash (3.2), which >>> is currently not suitable for running the iotests anymore. Add >>> a check to skip the iotests in this cas

Re: [PATCH] tests/check-block: Do not run the iotests with old versions of bash

2020-09-14 Thread Thomas Huth
On 14/09/2020 11.19, Max Reitz wrote: > On 12.09.20 14:14, Thomas Huth wrote: >> macOS is shipped with a very old version of the bash (3.2), which >> is currently not suitable for running the iotests anymore. Add >> a check to skip the iotests in this case - if someone still wants >> to run the iot

Re: [PATCH] tests/check-block: Do not run the iotests with old versions of bash

2020-09-14 Thread Thomas Huth
On 14/09/2020 11.36, 罗勇刚(Yonggang Luo) wrote: > > > On Sat, Sep 12, 2020 at 8:16 PM Thomas Huth > wrote: >> >> macOS is shipped with a very old version of the bash (3.2), which >> is currently not suitable for running the iotests anymore. Add >> a check to skip the iotes

Re: [PATCH] tests/check-block: Do not run the iotests with old versions of bash

2020-09-14 Thread Yonggang Luo
On Sat, Sep 12, 2020 at 8:16 PM Thomas Huth wrote: > > macOS is shipped with a very old version of the bash (3.2), which > is currently not suitable for running the iotests anymore. Add > a check to skip the iotests in this case - if someone still wants > to run the iotests on macOS, they can inst

Re: [PATCH] tests/check-block: Do not run the iotests with old versions of bash

2020-09-14 Thread Max Reitz
On 12.09.20 14:14, Thomas Huth wrote: > macOS is shipped with a very old version of the bash (3.2), which > is currently not suitable for running the iotests anymore. Add > a check to skip the iotests in this case - if someone still wants > to run the iotests on macOS, they can install a newer vers

[PATCH] tests/check-block: Do not run the iotests with old versions of bash

2020-09-12 Thread Thomas Huth
macOS is shipped with a very old version of the bash (3.2), which is currently not suitable for running the iotests anymore. Add a check to skip the iotests in this case - if someone still wants to run the iotests on macOS, they can install a newer version from homebrew, for example. Signed-off-by