Re: [Asdf-devel] Test results

2014-05-04 Thread Robert P. Goldman
I was able to make the check in the makefile work by using grep -L ( as you did in the check for tests, rather than for upgrades). Then, when I updated my copy of CMUCL, the upgrade problem went away. So we are good. Sent from my iPad > On May 4, 2014, at 18:14, Faré wrote: > > Dear Robert,

Re: [Asdf-devel] Test results

2014-05-04 Thread Faré
Dear Robert, maybe your shell doesn't like $() syntax and wants `` — so replace the $$(...) with `...` (the $ is escaped by another $ at the Makefile level). Or maybe it really doesn't like a newline, even escaped, within its $$(), at which point you may have to either (1) put it all in one long l

[Asdf-devel] Test results

2014-05-04 Thread Robert Goldman
On Linux all the tests passed. On Mac, though, test-all-no-stop crashed: /bin/sh: command substitution: line 0: syntax error near unexpected token `newline' /bin/sh: command substitution: line 0: `for i in build/results/*-upgrade.text ; do case "$(tail -1 < $i)" in "Upgrade test succeeded for "*'

[Asdf-devel] Closing in on the release

2014-05-04 Thread Robert P. Goldman
I have just made a few further tweaks to the manual, merged the "docs" branch, and pushed it to common-lisp.net I'm retesting, but I believe that this is going to be 3.1 this weekend. Speak now or forever wish you had ;-) R ___ Asdf-devel mailing list