[LLVMdev] POST MORTEM: llvm-test changes

Reid Spencer reid at x10sys.com
Sun Sep 5 13:51:32 PDT 2004


Okay, I'll have to fix NightlyTest.pl not to use shell script syntax
that isn't universal.  Look for a commit soon.

Reid.

On Sun, 2004-09-05 at 13:31, Vladimir Merzliakov wrote:
> > Bash 2.05b on Linux handles this fine. I was asking what
> > your "default" system shell is on FreeBSD. Probably /bin/sh, right?
> > Perhaps you can:
> >
> >   SHELL=/usr/bin/bash ; export SHELL
> >
> > in your script below just before it runs NightlyTest.pl? I'm not sure if
> > that will work or not.
> I have:
> SHELL=/bin/tcsh
> 
> sh, csh, tcsh not support nested ()
> 
> OK, root install bash by my request, but adding 
> SHELL=/usr/local/bin/bash
> export SHELL
> 
> in start script doesn't help :(
> 
> Vladimir
> 
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040905/20c48e1a/attachment.sig>


More information about the llvm-dev mailing list