On Fri, Aug 13, 2010 at 5:52 AM, Glenn Fowler <[email protected]> wrote:
>
> many of the ast regression tests assume the ast-open package
> I took a quick look at this today
> the ksh regression tests should be independent of the non-builtin
> ast commands, but its not worth the effort to non-ast-ize
> the rest of the tests because we don't want to be
> testing architecture specific native implementation niggles along
> with the ast unit under test
>
> On Fri, 13 Aug 2010 03:27:57 +0200 Elias Pipping wrote:
>> I'm also seeing this:
>>   shcomp-io.ksh[346]: read -n3 from fifo not working
>> Which occurs randomly, and this (which happened two out of two times):
>
> post something if you can get it to reproduce
>
>>   locale.sh[263]: LANG change not seen by function -- expected
>> $'(libshell,3,46)\nAn error occurred.\n(libshell,3,46)', got
>> $'(debug,message,libshell,"An error occurred.")\nAn error
>> occurred.\n(debug,message,libshell,"An error occurred.")'
>
> we're not seeing this on our linux.i386-64
>
>> Something's wrong with the nmake man page by the way:
>
>> pipp...@bogus ~ $ ls -l $(find build_no_ccflags/ -name nmake.1)
>> -rw-r--r-- 1 pipping pipping 43 2010-08-13 02:56
>> build_no_ccflags/arch/linux.i386-64/man/man1/nmake.1
>> -rw-r--r-- 1 pipping pipping 43 2010-08-13 02:56
>> build_no_ccflags/arch/linux.i386-64/src/cmd/nmake/nmake.1
>> pipp...@bogus ~ $ cat $(find build_no_ccflags/ -name nmake.1)
>> make: makerules.mo: cannot read base rules
>> make: makerules.mo: cannot read base rules
>
> nmake.1 is generated
> look back in the make.out logs and see if can spot any errors

I'm having a hard time getting the build system to do what I want. I'm
running `bin/package`. That calls e.g. nmake at some point. Once I've
run `bin/package only test ast-ksh`, I should be able to rerun a
single test without rebuilding anything or rerunning all the other
tests. How can I do that?

Also, where do I have to invoke nmake and how to create nmake.1?


Kind regards,

Elias

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to