t/deps/dirtest: test correct dependency checking for targets named 'dirname'
We had a bug (fixed in the previous commit) where doing 'redo-ifchange dirname' (which runs dirname/all.do) would not create the stamp correctly, so that it would always show up as dirty. It's a little bit complicated to simulate, but this does it.
This commit is contained in:
parent
cd853fccfb
commit
ac36c5bbb1
10 changed files with 34 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
echo "Flushing redo cache..." >&2
|
||||
#echo "Flushing redo cache..." >&2
|
||||
find "$REDO_BASE/.redo" -name 'built^*' -o -name 'mark^*' |
|
||||
xargs rm -f >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue