Skip to content
Snippets Groups Projects
Commit 77b07278 authored by René Fritze's avatar René Fritze
Browse files

[travis] fixes test log upload script

parent 7084f0e6
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ git clone https://github.com/wwu-numerik/dune-stuff-testlogs.git logs
cd logs
git checkout -B ${BRANCH}
DIR=${CXX_COMPILER}
if [ "x${MODULES_TO_DELETE}" != "x"] ; then
if [ "x${MODULES_TO_DELETE}" != "x" ] ; then
DIR=${DIR}__wo_${MODULES_TO_DELETE// /_}
fi
rm -rf ${DIR}
......
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