Hey Reg,
I am having some problems (possibly related) with the current version of
the Scripts/RunTests.sh.
When make test is executed, that script is run (see GHUnit Test target >
Build Phases > Run Script build phase)
If you have a look at the script you can see CFFIXED_USER_HOME in a couple
of places.
i was having problems with this new RunTests.sh script on my Jenkins CI
server (https://groups.google.com/d/msg/ghunit/3FUVnliSwq0/uuIPSbvOcKwJ).
as for your problem, i am seeing this as well. reverting to an older
RunTests.sh is not working. Nor is trying to set the CFFIXED_USER_HOME in
the script (see the commented out lines near the top of the file).
if i do either of the above, i am seeing:
../Scripts/RunTests.sh: line 49: 98510 Bus error: 10
so the make test is broken as far as i can tell.
the good news is that the framework is working.
one of us should problem make an issue.
jjm