Skip to content
Snippets Groups Projects
Commit 7aa770b2 authored by Andreas Marek's avatar Andreas Marek
Browse files

Gitlab CI: fix script error

parent 1872f44b
No related branches found
No related tags found
No related merge requests found
......@@ -206,13 +206,10 @@ then
fi
fi
#if [ $exitCode -ne 0 ]
#then
if [ -f ./test-suite.log ]
then
cat ./test-suite.log
fi
#fi
exit $exitCode
......
......@@ -145,20 +145,15 @@ then
cat ./ELPA_CI.out.*
#if [ $exitCode -ne 0 ]
#then
cat ./ELPA_CI.err.*
cat ./ELPA_CI.err.*
#fi
if [ -f ./test-suite.log ]
then
cat ./test-suite.log
fi
fi
#if [ $exitCode -ne 0 ]
#then
if [ -f ./test-suite.log ]
then
cat ./test-suite.log
#fi
fi
exit $exitCode
fi
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