|
From: Bart V. A. <bar...@gm...> - 2009-01-12 13:12:58
|
On Wed, Jan 7, 2009 at 7:23 AM, Nicholas Nethercote <n.n...@gm...> wrote: > [...] > On a related topic, the 'nightly' script uses the 'source' command to > source another file. > This is fine on bash, tcsh, csh, zsh. But sh, dash and ksh use '.'. > One possibility is to change the script to use #!/bin/bash instead of > #!/bin/sh -- Bart, would that be ok for your Georgia tech machines > that use tcsh? Or is there another way to do this? After having installed a native version of Subversion 1.4.6 and after some further hacking of the nightly script the regression tests run again on the Georgia Tech machines -- this time using native compilation instead of cross compilation. But the e-mails generated by running the nightly script do not arrive on the Valgrind Developers mailing list. I assume that SourceForge's e-mail servers refuse them because of the large attachment (on ppc the size of the diffs file is about 150 KB). Does anyone have suggestions on how I can get as much useful information about the ppc nightly build to the Valgrind developers mailing list ? Bart. |