fixed syntax error in sconarscan

This commit is contained in:
Matthias Bisping 2022-03-24 14:49:03 +01:00
parent 7468c0738f
commit 06133189bc

View File

@ -23,7 +23,7 @@ sleep 30
bash run_tests.sh
if [! -f reports/coverage.xml ]
if [ ! -f reports/coverage.xml ]
then
exit 1
fi