FAIL_EXPERIMENT_TARGETDIR default value must not override existing one
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1077 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -18,7 +18,7 @@ export FAIL_EXPERIMENT_HOSTS=${FAIL_EXPERIMENT_HOSTS:="bigbox.informatik.uni-erl
|
|||||||
|
|
||||||
# A homedir-relative directory on the distribution hosts where all necessary
|
# A homedir-relative directory on the distribution hosts where all necessary
|
||||||
# Fail* ingredients reside (see multiple-clients.sh).
|
# Fail* ingredients reside (see multiple-clients.sh).
|
||||||
export FAIL_EXPERIMENT_TARGETDIR=.fail-experiment
|
export FAIL_EXPERIMENT_TARGETDIR=${FAIL_EXPERIMENT_TARGETDIR:=.fail-experiment}
|
||||||
|
|
||||||
# Number of parallel build processes. If unset, #CPUs+1.
|
# Number of parallel build processes. If unset, #CPUs+1.
|
||||||
if [ -z "$FAIL_BUILD_PARALLEL" ]; then
|
if [ -z "$FAIL_BUILD_PARALLEL" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user