Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-03 Thread Alan W. Irwin
On 2014-10-03 12:35-0700 Alan W. Irwin wrote: > So you should expect to see another commit from me along these lines [i.e., use text=auto for most text files] > (which will also check for and remove any line-endings issues that > might have gotten into any of our text files since we adopted git.)

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts) READ THIS FIRST

2014-10-03 Thread Alan W. Irwin
On 2014-10-03 10:54-0700 Alan W. Irwin wrote: > In sum, I think you should change the .gitattributes file to > > *.sh eof=lf > *.sh.in eof=lf > > If I am right, (i.e., the result works for you) please commit that > change. Also, I just noticed for your other commit that the line endings for plplo

[Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-03 Thread Alan W. Irwin
On 2014-10-03 11:47- phil rosenberg wrote: > Okay, well I made some progress on this last night and just pushed the > results to the repo. > I have told CMake to always use Linux line endings for the test shell scripts. Hi Phil: It is interesting that your new .gitattributes file with the p

Re: [Plplot-devel] Testing on Windows

2014-10-03 Thread Arjen Markus
Hi Phil, Hm, odd, that problem with pltcl. I will have a look, cannot really tell when though, as I have a few busy days ahead. As for Cygwin: that tends to be picky about line-endings, expecting Linux line-endings all the way. (I seem to remember there once was an option at install time a

Re: [Plplot-devel] Testing on Windows

2014-10-03 Thread phil rosenberg
Okay, well I made some progress on this last night and just pushed the results to the repo. I have told CMake to always use Linux line endings for the test shell scripts. Alan - Msys might be okay with windows line endings, but Cygwin isn't. There is a slight change to the ctest call which create