Re: [PATCH] Regression tests in windows ignore white space
От | Amit Kapila |
---|---|
Тема | Re: [PATCH] Regression tests in windows ignore white space |
Дата | |
Msg-id | CAA4eK1Lp4wFMQ0Kvr=zm4iuEL2wKL2T5Z+GdN8Dhc2OqdoreFw@mail.gmail.com обсуждение исходный текст |
Ответ на | [PATCH] Regression tests in windows ignore white space (David Rowley <dgrowleyml@gmail.com>) |
Ответы |
Re: [PATCH] Regression tests in windows ignore white space
|
Список | pgsql-hackers |
On Thu, Dec 26, 2013 at 3:02 PM, David Rowley <dgrowleyml@gmail.com> wrote: > In the following thread I discovered that my new regression tests worked > perfectly on windows, but when they were run on linux they failed. > > http://www.postgresql.org/message-id/CAApHDvo_YCiPYGDz07MpX9o6EGg=3mmyJTb0ysPTwoTg3c=Tvw@mail.gmail.com > > After looking at pg_regress to see which options it passes to diff I > discovered that it passes -w on windows to ignore ALL white space. > > The attached simple patch changes this so that it only ignores carriage > returns. It does this by passing --strip-trailing-cr to diff instead of -w. > This should help us few developers who use windows to get our white space > correct in out expected results so that the tests also pass on non windows > platforms. > I also faced some similar issue few days back and tried to search a bit for some simpler option, but couldn't spend too much time. I think it would be good if we can make it work without -w option. When I tried with your patch on windows, it results into following: ============== running regression test queries ============== test tablespace ... diff: unrecognized option `--strip-trailing-cr ' diff: Try `diff --help' for more information. diff command failed with status 2: "diff --strip-trailing-cr "e:/../postgresql/src/test/regress/expected/tablespace.out" "e:/../postgresql/src/test/regress/results/tablespace.out" > "e:/../postgresql/src/test/regress/results/tablespace.out.diff" " Which version of diff you are using? Version of diff on my m/c is: diff - GNU diffutils version 2.7 With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
В списке pgsql-hackers по дате отправления: