John.. here is my 'ENV' which the test jobs are running with.

Oh..
mod_autoindex was breaking, but it is fixed now.
..Ian

-------- Original Message --------

APACHE_TEST_NO_COLOR=1
BASH=/bin/sh
BASH_VERSINFO=([0]="2" [1]="04" [2]="21" [3]="1" [4]="release" [5]="i386-redhat-linux-gnu")
BASH_VERSION='2.04.21(1)-release'
DIRSTACK=()
EUID=500
GROUPS=()
HOME=/home/iyh
HOSTNAME=c1619481-a.almda1.sfba.home.com
HOSTTYPE=i386
IFS='
'
LOGNAME=iyh
MACHTYPE=i386-redhat-linux-gnu
OLDPWD=/usr/local/src/nightly
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/usr/local/src/nightly/httpd-2.0-install/bin:/usr/bin:/bin
PIPESTATUS=([0]="0")
PPID=18610
PS4='+ '
PWD=/usr/local/src/nightly/httpd-2.0-test
SHELL=/bin/sh
SHELLOPTS=braceexpand:hashall:interactive-comments
SHLVL=2
TERM=dumb
UID=500
_=PATH
addlines=' 4'
addpkgs='apr apr_util httpd_proxy httpd_test'
addpkgs_name='apr apr-util httpd-proxy httpd-test'
basepkgs=httpd-2.0
cfgopts='--enable-so --enable-shared --enable-maintainer-mode --enable-auth-anon --enable-auth-dbm --enable-auth-db --enable-auth-digest --enable-file-cache --enable-echo --enable-cache --enable-mime-magic --enable-cern-meta --enable-expires --enable-headers --enable-usertrack --enable-unique-id --enable-proxy --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http --enable-dav --enable-info --enable-suexec --enable-cgi --enable-cgid --enable-dav-fs --enable-vhost-alias --enable-rewrite --enable-case-filter --enable-case-filter-in -prefix=/usr/local/src/nightly/httpd-2.0-install '
compressext=.tar.Z
date=20010912155959
datenow='Wed Sep 12 16:08:29 PDT 2001'
destdir=/usr/local/src/nightly/logs
errfile=/usr/local/src/nightly/20010912155959.errlog
fixlines=10
gzipext=.tar.gz
indir=/usr/local/src/nightly/src
installdir=/usr/local/src/nightly/httpd-2.0-install
last_testoutfile=/usr/local/src/nightly/last.test_outlog
[EMAIL PROTECTED]
msg='running the test framework'
msglines=14
nocfgopts='--enable-charset-lite --enable-disk-cache --with-tls=/usr --with-ssl=/usr --enable-ssl --enable-tls '
opsys='Linux 2.4.3-12smp'
origdir=/usr/local/src/nightly
outdir=httpd-2.0-nightly
outfile=/usr/local/src/nightly/20010912155959.outlog
pkgs='httpd-2.0 apr apr-util httpd-proxy httpd-test'
psvr=:pserver:[EMAIL PROTECTED]:/home/cvspublic
repdir=httpd_test
serveroutfile=/usr/local/src/nightly/20010912155959.server_outlog
tarname=httpd-2.0-nightly_20010912155959
testdir=httpd-2.0-test
testerrfile=/usr/local/src/nightly/20010912155959.test_errlog
[EMAIL PROTECTED]
testoutfile=/usr/local/src/nightly/20010912155959.test_outlog
thelink=http://cvs.apache.org/builds/httpd-proxy/logs/
zipext=.zip
build2main=()
{
cp -R $indir/httpd-2.0 .;
mv httpd-2.0 $outdir;
return $?
}
build_apr=()
{
cp -R $indir/$repdir $outdir/srclib/;
return $?
}
build_apr_util=()
{
cp -R $indir/apr-util $outdir/srclib/;
return $?
}
build_httpd_proxy=()
{
mkdir $outdir/modules/proxy;
cp -R $indir/httpd-proxy/module-2.0/* $outdir/modules/proxy;
cp -R $indir/httpd-proxy/module-2.0/.[a-z]* $outdir/modules/proxy;
cp $indir/httpd-proxy/docs/mod_proxy.html $outdir/docs/manual/mod;
return $?
}
build_httpd_test=()
{
mkdir $testdir;
cp -R $indir/httpd-test/perl-framework/* $testdir;
return $?
}
emitmsg=()
{
echo $msg >>$errfile;
echo $msg >>$outfile;
return $?
}




Reply via email to