fixed syntax error in sconarscan
This commit is contained in:
parent
7468c0738f
commit
06133189bc
@ -23,7 +23,7 @@ sleep 30
|
||||
|
||||
bash run_tests.sh
|
||||
|
||||
if [! -f reports/coverage.xml ]
|
||||
if [ ! -f reports/coverage.xml ]
|
||||
then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user