Re: [PATCH] iotests: Work around failing readlink -f

2020-09-14 Thread Max Reitz
On 14.09.20 14:51, Peter Maydell wrote: > On Mon, 14 Sep 2020 at 13:32, Max Reitz wrote: >> >> On 14.09.20 14:31, Peter Maydell wrote: >>> On Mon, 14 Sep 2020 at 12:39, Max Reitz wrote: On macOS, (out of the box) readlink does not have -f. If the recent "readlink -f" call

Re: [PATCH] iotests: Work around failing readlink -f

2020-09-14 Thread Peter Maydell
On Mon, 14 Sep 2020 at 13:32, Max Reitz wrote: > > On 14.09.20 14:31, Peter Maydell wrote: > > On Mon, 14 Sep 2020 at 12:39, Max Reitz wrote: > >> > >> On macOS, (out of the box) readlink does not have -f. If the recent > >> "readlink -f" call introduced by b1cbc33a397 fails, just fall back to

Re: [PATCH] iotests: Work around failing readlink -f

2020-09-14 Thread Max Reitz
On 14.09.20 14:31, Peter Maydell wrote: > On Mon, 14 Sep 2020 at 12:39, Max Reitz wrote: >> >> On macOS, (out of the box) readlink does not have -f. If the recent >> "readlink -f" call introduced by b1cbc33a397 fails, just fall back to >> the old behavior (which means you can run the iotests

Re: [PATCH] iotests: Work around failing readlink -f

2020-09-14 Thread Peter Maydell
On Mon, 14 Sep 2020 at 12:39, Max Reitz wrote: > > On macOS, (out of the box) readlink does not have -f. If the recent > "readlink -f" call introduced by b1cbc33a397 fails, just fall back to > the old behavior (which means you can run the iotests only from the > build tree, but that worked fine

Re: [PATCH] iotests: Work around failing readlink -f

2020-09-14 Thread Thomas Huth
On 14/09/2020 13.38, Max Reitz wrote: > On macOS, (out of the box) readlink does not have -f. If the recent > "readlink -f" call introduced by b1cbc33a397 fails, just fall back to > the old behavior (which means you can run the iotests only from the > build tree, but that worked fine for six

Re: [PATCH] iotests: Work around failing readlink -f

2020-09-14 Thread Alex Bennée
Max Reitz writes: > On macOS, (out of the box) readlink does not have -f. If the recent > "readlink -f" call introduced by b1cbc33a397 fails, just fall back to > the old behavior (which means you can run the iotests only from the > build tree, but that worked fine for six years, so it should