t/all.do: use redo instead of redo-ifchange.
I'm not quite sure what I was thinking, using redo-ifchange there, but the result was that some tests wouldn't run if you run 'redo test' repeatedly, even after modifying redo itself. Also tweaked t/950-curse so that it always runs, not just the first time.
This commit is contained in:
parent
a3077a4a4d
commit
637521070b
2 changed files with 3 additions and 1 deletions
2
t/all.do
2
t/all.do
|
|
@ -15,4 +15,4 @@ xargs redo
|
|||
# builds the rest
|
||||
/bin/ls [2-9][0-9][0-9]*/all.do |
|
||||
sed 's/\.do$//' |
|
||||
xargs redo-ifchange
|
||||
xargs redo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue