Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr will
prevent the tests from running. Do not try to compile the test programs, since the sources are not being copied to the lib/bytebench directory by "make install".
This commit is contained in:
parent
1da350ced8
commit
8ec4c84aa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2599
2 changed files with 72 additions and 8 deletions
|
@ -25,18 +25,18 @@
|
|||
***************
|
||||
*** 36,40 ****
|
||||
TESTDIR = ./testdir
|
||||
RESULTDIR = ./results
|
||||
! RESULTDIR = ./results
|
||||
! TMPDIR = ./tmp
|
||||
# other directories
|
||||
INCLDIR = /usr/include
|
||||
--- 37,41 ----
|
||||
TESTDIR = ./testdir
|
||||
RESULTDIR = ./results
|
||||
! # TMPDIR = ./tmp
|
||||
! # RESULTDIR = ./results
|
||||
! # TMPDIR = /var/tmp
|
||||
# other directories
|
||||
INCLDIR = /usr/include
|
||||
*** Run.orig Wed Feb 5 11:08:46 1992
|
||||
--- Run Mon Jan 1 23:26:00 1996
|
||||
--- Run Wed Jan 3 00:13:43 1996
|
||||
***************
|
||||
*** 41,45 ****
|
||||
# awk cat cc chmod comm cp date dc df echo ed expr
|
||||
|
@ -64,6 +64,38 @@
|
|||
case "$Fcount"
|
||||
in
|
||||
***************
|
||||
*** 68,75 ****
|
||||
export FLAVOR
|
||||
# check that the required files are in the proper places
|
||||
! if make check
|
||||
! then :
|
||||
! else make all
|
||||
! fi
|
||||
#
|
||||
#
|
||||
--- 68,75 ----
|
||||
export FLAVOR
|
||||
# check that the required files are in the proper places
|
||||
! #if make check
|
||||
! # then :
|
||||
! # else make all
|
||||
! #fi
|
||||
#
|
||||
#
|
||||
***************
|
||||
*** 93,97 ****
|
||||
cd $PWD
|
||||
|
||||
! TMPDIR=${HOMEDIR}/tmp
|
||||
cd $TMPDIR
|
||||
TMPDIR=`pwd`
|
||||
--- 93,97 ----
|
||||
cd $PWD
|
||||
|
||||
! TMPDIR=${TMPDIR-${HOMEDIR}/tmp}
|
||||
cd $TMPDIR
|
||||
TMPDIR=`pwd`
|
||||
***************
|
||||
*** 418,426 ****
|
||||
if test "$stdin" = ""
|
||||
then # without redirected stdin
|
||||
|
|
|
@ -25,18 +25,18 @@
|
|||
***************
|
||||
*** 36,40 ****
|
||||
TESTDIR = ./testdir
|
||||
RESULTDIR = ./results
|
||||
! RESULTDIR = ./results
|
||||
! TMPDIR = ./tmp
|
||||
# other directories
|
||||
INCLDIR = /usr/include
|
||||
--- 37,41 ----
|
||||
TESTDIR = ./testdir
|
||||
RESULTDIR = ./results
|
||||
! # TMPDIR = ./tmp
|
||||
! # RESULTDIR = ./results
|
||||
! # TMPDIR = /var/tmp
|
||||
# other directories
|
||||
INCLDIR = /usr/include
|
||||
*** Run.orig Wed Feb 5 11:08:46 1992
|
||||
--- Run Mon Jan 1 23:26:00 1996
|
||||
--- Run Wed Jan 3 00:13:43 1996
|
||||
***************
|
||||
*** 41,45 ****
|
||||
# awk cat cc chmod comm cp date dc df echo ed expr
|
||||
|
@ -64,6 +64,38 @@
|
|||
case "$Fcount"
|
||||
in
|
||||
***************
|
||||
*** 68,75 ****
|
||||
export FLAVOR
|
||||
# check that the required files are in the proper places
|
||||
! if make check
|
||||
! then :
|
||||
! else make all
|
||||
! fi
|
||||
#
|
||||
#
|
||||
--- 68,75 ----
|
||||
export FLAVOR
|
||||
# check that the required files are in the proper places
|
||||
! #if make check
|
||||
! # then :
|
||||
! # else make all
|
||||
! #fi
|
||||
#
|
||||
#
|
||||
***************
|
||||
*** 93,97 ****
|
||||
cd $PWD
|
||||
|
||||
! TMPDIR=${HOMEDIR}/tmp
|
||||
cd $TMPDIR
|
||||
TMPDIR=`pwd`
|
||||
--- 93,97 ----
|
||||
cd $PWD
|
||||
|
||||
! TMPDIR=${TMPDIR-${HOMEDIR}/tmp}
|
||||
cd $TMPDIR
|
||||
TMPDIR=`pwd`
|
||||
***************
|
||||
*** 418,426 ****
|
||||
if test "$stdin" = ""
|
||||
then # without redirected stdin
|
||||
|
|
Loading…
Reference in a new issue