apenwarr-redo/t/201-fail
Avery Pennarun 34669fba65 Use os.lstat() instead of os.stat().
I think this aligns better with how redo works.  Otherwise, if a.do
creates a as a symlink, then changes to the symlink's *target* will
change a's stat/stamp information without re-running a.do, which looks
to redo like you modified a by hand, which causes it to stop running
a.do altogether.

With this change, modifications to a's target are okay, but they don't
trigger any redo dependency changes.  If you want that, then a.do
should redo-ifchange on its symlink target explicitly.
2018-10-06 00:14:02 -04:00
..
.gitignore t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
all.do Use os.lstat() instead of os.stat(). 2018-10-06 00:14:02 -04:00
clean.do t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
fail.do t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00