Re: [PATCH] BUILD: make TMPDIR global variable in travis-ci in order to show reg-tests errors

2019-05-10 Thread Willy Tarreau
On Fri, May 10, 2019 at 03:42:17PM +0500, ??? wrote: > this patch will reveal osx reg-tests errors (after osx build is repaired) > > ??, 10 ??? 2019 ?. ? 15:38, : > > > From: Ilya Shipitsin > > > > v2, rebased to master (...) Thanks Ilya, I've applied it. However, please in the

Re: [PATCH] BUILD: make TMPDIR global variable in travis-ci in order to show reg-tests errors

2019-05-10 Thread Илья Шипицин
please ignore, I will send "v2" soon пт, 10 мая 2019 г. в 15:32, : > From: Ilya Shipitsin > > --- > .travis.yml | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index f9a13586..530d1682 100644 > --- a/.travis.yml > +++ b/.travis.yml >

[PATCH] BUILD: make TMPDIR global variable in travis-ci in order to show reg-tests errors

2019-05-10 Thread chipitsine
From: Ilya Shipitsin v2, rebased to master --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c00725d8..530d1682 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ env: - FLAGS="USE_ZLIB=1 USE_PCRE=1 USE_LUA=1

Re: [PATCH] BUILD: make TMPDIR global variable in travis-ci in order to show reg-tests errors

2019-05-10 Thread Илья Шипицин
this patch will reveal osx reg-tests errors (after osx build is repaired) пт, 10 мая 2019 г. в 15:38, : > From: Ilya Shipitsin > > v2, rebased to master > > --- > .travis.yml | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index

[PATCH] BUILD: make TMPDIR global variable in travis-ci in order to show reg-tests errors

2019-05-10 Thread chipitsine
From: Ilya Shipitsin --- .travis.yml | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9a13586..530d1682 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ env: - FLAGS="USE_ZLIB=1 USE_PCRE=1 USE_LUA=1 USE_OPENSSL=1" -