Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-06 Thread Martyn Jago
Achim Gratz writes: > Achim Gratz writes: >> It may still have to >> do with the environment — I start NTemacs from Cygwin to be able to use >> Cygwin's make and this combination is somewhat fragile. > > ... and that seems indeed to be the culprit, running NTemacs from the > Cygwin shell somehow

Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-06 Thread Achim Gratz
Achim Gratz writes: > It may still have to > do with the environment — I start NTemacs from Cygwin to be able to use > Cygwin's make and this combination is somewhat fragile. ... and that seems indeed to be the culprit, running NTemacs from the Cygwin shell somehow causes Emacs to assume C:\ for

Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-05 Thread Achim Gratz
Martyn Jago writes: > Wow! Strictly speaking I guess that's an NTemacs24 bug, but we do have > the option of over-riding the default Emacs tmp location, which may > incur some extra house-keeping by the test-runners. I will leave that > decision to a maintainer. As I said, I have not yet checked

Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-05 Thread Martyn Jago
Achim Gratz writes: > Martyn Jago writes: >> Attached is a patch to modify all tests that currently write to non-temp >> test-example files such as `testing/babel.org'. Instead, the tests now >> write to temp files, which are thrown away at the conclusion of the >> test. > > With NTemacs24 on Wi

Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-05 Thread Achim Gratz
Martyn Jago writes: > Attached is a patch to modify all tests that currently write to non-temp > test-example files such as `testing/babel.org'. Instead, the tests now > write to temp files, which are thrown away at the conclusion of the > test. With NTemacs24 on Win7, if neither TMP nor TEMP env

Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-05 Thread Nick Dokos
Martyn Jago wrote: > Nick Dokos writes: > > > Martyn Jago wrote: > > > >> > >> Attached is a patch to modify all tests that currently write to non-temp > >> test-example files such as `testing/babel.org'. Instead, the tests now > >> write to temp files, which are thrown away at the conclusion

Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-05 Thread Martyn Jago
Nick Dokos writes: > Martyn Jago wrote: > >> >> Attached is a patch to modify all tests that currently write to non-temp >> test-example files such as `testing/babel.org'. Instead, the tests now >> write to temp files, which are thrown away at the conclusion of the >> test. >> > > Are the temp

Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-04 Thread Bastien
Martyn Jago writes: > Attached is a patch to modify all tests that currently write to non-temp > test-example files such as `testing/babel.org'. Instead, the tests now > write to temp files, which are thrown away at the conclusion of the > test. Applied, thanks! -- Bastien

Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-04 Thread Nick Dokos
Martyn Jago wrote: > > Attached is a patch to modify all tests that currently write to non-temp > test-example files such as `testing/babel.org'. Instead, the tests now > write to temp files, which are thrown away at the conclusion of the > test. > Are the temp files kept if the test fails? IM

[O] [patch][test] Avoid writes to non-temp test-example files

2012-01-04 Thread Martyn Jago
Attached is a patch to modify all tests that currently write to non-temp test-example files such as `testing/babel.org'. Instead, the tests now write to temp files, which are thrown away at the conclusion of the test. All tests still pass. HTH Best, Martyn >From c56d5101de63bda4a0df7bf0800761f