This website requires JavaScript.
CODE
0x495fab29
Explore
Sign in
forks
/
apenwarr-redo
Watch
1
Star
0
Fork
You've already forked apenwarr-redo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3fcd677428
apenwarr-redo
/
t
/
curse
/
default.n2.do
4 lines
66 B
Text
Raw
Normal View
History
Unescape
Escape
Add t/curse, a multi-level dependency build that really aggravates redo. ...because it seems my locking isn't very good. It exposes annoying problems involving rebuilding the same files more than once, screwing up stamp files with redo -j, and being unnecessarily slow when checking dependencies. So it's a pretty good test considering how simple it is. Didn't add it to t/all.do yet, because it would fail.
2010-11-19 00:28:16 -08:00
echo n2-$1
t/curse: test to make sure the same file isn't generated more than once. redo currently passes this when running serially, but not in parallel.
2010-11-19 00:55:36 -08:00
echo $1 >>$1.count
t/curse: test that 'redo' (not redo-ifchange) always redoes a command. ...if the containing .do file is getting redone at all, of course. Currently passes in serial mode, fails in parallel.
2010-11-19 02:10:44 -08:00
echo $1 >>in.countall
redo countall
Reference in a new issue
Copy permalink