Displaying 1 result from an estimated 1 matches for "nightly_test_log_".
2005 Mar 09
3
[LLVMdev] new llvm-testresults mailing list
...ME/buildtest
export WEBDIR=$HOME/Sites/nightlytest
export LLVMGCCDIR=$HOME/cfrontend/install
export PATH=$HOME/cfrontend/install/bin:$HOME/qmtest/bin:/usr/local/bin:/sw/bin:$PATH
export LD_LIBRARY_PATH=/proj/install/lib
export LLVM_LIB_SEARCH_PATH=$HOME/cfrontend/install/bytecode-libs
logfile=/tmp/nightly_test_log_$$
rm -f $logfile
exec >$logfile 2>&1
$HOME/llvm/utils/NightlyTest.pl -enable-llcbeta
/usr/bin/mail -s 'PowerPC nightly test' llvm-testresults at cs.uiuc.edu <
$logfile
rm -f $logfile
exit 0
------ 8< ------- 8< -------
That is one way to run the tester, but there are p...