From dba94101c21611663ff6b914b66067cf42453df5 Mon Sep 17 00:00:00 2001 From: giannozz Date: Wed, 23 Nov 2016 09:06:21 +0000 Subject: [PATCH] Temporary directory for test-suite is the same as for examples: tempdir/ in the root directory of QE. This allows to run tests for different installations of QE on the same machine in parallel git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13174 c92efa57-630b-4861-b058-cf58834340f0 --- test-suite/ENVIRONMENT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/ENVIRONMENT b/test-suite/ENVIRONMENT index 196be8165..2f2e15758 100644 --- a/test-suite/ENVIRONMENT +++ b/test-suite/ENVIRONMENT @@ -18,7 +18,7 @@ export REFERENCE_VERSION=SVN export ESPRESSO_ROOT=${PWD}/../ export ESPRESSO_PSEUDO=${ESPRESSO_ROOT}/pseudo -export ESPRESSO_TMPDIR=/tmp/save/ +export ESPRESSO_TMPDIR=${ESPRESSO_ROOT}/tempdir export NETWORK_PSEUDO=http://www.quantum-espresso.org/wp-content/uploads/upf_files/ export TESTCODE_DIR=${ESPRESSO_ROOT}/test-suite/testcode