Skip to content
Snippets Groups Projects
Commit 4310ae79 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

diffractive_vmp.sh: no log file

parent 2a223a97
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !211. Comments created here will be created in the context of that merge request.
...@@ -134,10 +134,6 @@ if [ "${JUGGLER_N_EVENTS}" -lt "500" ] ; then ...@@ -134,10 +134,6 @@ if [ "${JUGGLER_N_EVENTS}" -lt "500" ] ; then
cp ${REC_FILE} ${RESULTS_PATH} cp ${REC_FILE} ${RESULTS_PATH}
fi fi
## Always move over log files to the results path
mv ${REC_LOG} ${RESULTS_PATH}
## cleanup output files ## cleanup output files
#rm -f ${REC_FILE} ${SIM_FILE} ## --> not needed for CI #rm -f ${REC_FILE} ${SIM_FILE} ## --> not needed for CI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment