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
672b748394
apenwarr-redo
/
t
/
950-curse
/
default.n0.do
2 lines
54 B
Text
Raw
Normal View
History
Unescape
Escape
Fix tests on MacOS. This comes down to the lack of a 'seq' command (what?!) and the fact that BSD "wc -l" returns extra whitespace, while the GNU version doesn't. We should be using numeric comparisons instead of string comparisons, and then it's ok.
2010-12-12 05:38:30 -08:00
DEPS=$(./seq 10 | sed 's/$/.n1/')
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
redo-ifchange $DEPS
Reference in a new issue
Copy permalink