On 6 Jan 2011, at 19:07, Sebastian Reitenbach wrote:

> 
> however, when I try to run tests in the testsuite, I get the following
> errors:
> 
> $ ../runtest.sh .   
> This is gnustep-make 2.4.0. Type 'gmake print-gnustep-make-help' for help.
> cd .; \
>        /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj
> gmake[1]: Nothing to be done for `internal-master-test-tool-all'.
> Running ....
> This is gnustep-make 2.4.0. Type 'gmake print-gnustep-make-help' for help.
> gmake: execvp: ./obj/: Is a directory
> gmake: *** [test] Error 127
> FAIL: .
> 
> 
> 
> I am there in the base subdirectory of the testsuite. And yes, ./obj/ is
> a directory.
> I have latest gnustep stable versions installed, do I need to install
> from svn to get them running?

The problem is that you are running the wrong strict (runtest.sh instead of 
runtests.sh).
The runtest.sh script expects a single filename as its argument, not a 
directory name.

I've changed the script to perform some error checking on its arguments so that 
you should get a more useful warning if you pass it a bad filename.
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to