Default temporary directory for test script made uniform

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11901 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2015-12-08 18:38:28 +00:00
parent ee958ec3ee
commit 9b9a8ae990
2 changed files with 2 additions and 3 deletions

View File

@ -26,8 +26,7 @@
if test "`echo -e`" = "-e" ; then ECHO=echo ; else ECHO="echo -e" ; fi
#
ESPRESSO_ROOT=`cd ../.. ; pwd`
#ESPRESSO_TMPDIR=$ESPRESSO_ROOT/CPV/tmp/
ESPRESSO_TMPDIR=$TMP_DIR
ESPRESSO_TMPDIR=$ESPRESSO_ROOT/tempdir/
ESPRESSO_PSEUDO=$ESPRESSO_ROOT/pseudo/
# no need to specify outdir and pseudo_dir in all *.in files

View File

@ -9,7 +9,7 @@ if test "`echo -e`" = "-e" ; then ECHO=echo ; else ECHO="echo -e" ; fi
ESPRESSO_ROOT=`cd ../.. ; pwd`
. $ESPRESSO_ROOT/environment_variables
ESPRESSO_TMPDIR=$ESPRESSO_ROOT/tmp/
ESPRESSO_TMPDIR=$ESPRESSO_ROOT/tempdir/
ESPRESSO_PSEUDO=$ESPRESSO_ROOT/pseudo/
# no need to specify outdir and pseudo_dir in all *.in files