Skip to content
Snippets Groups Projects
Commit 69d2c06c authored by Guillaume Samson's avatar Guillaume Samson :snowman2:
Browse files

Resolve "Synchronisation of SETTE test directories"

parent 389a9176
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ set -o posix
EXE_DIR=${CMP_DIR:-${CONFIG_DIR0}}/${SETTE_CONFIG}
mkdir -p ${EXE_DIR}/${TEST_NAME}
cp -an ${EXE_DIR}/EXP00/* ${EXE_DIR}/${TEST_NAME}/.
cp -a ${EXE_DIR}/EXP00/* ${EXE_DIR}/${TEST_NAME}/.
COMP_KEYS="`cat ${EXE_DIR}/cpp_${SETTE_CONFIG}.fcm | sed -e 's/.*fppkeys *//'`"
export EXE_DIR=${EXE_DIR}/${TEST_NAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment