mirror of https://gitlab.com/bashrc2/epicyon
Right separator
parent
6d1b3b1994
commit
046193c30f
|
@ -8,6 +8,17 @@ fi
|
||||||
|
|
||||||
echo "Starting static analysis"
|
echo "Starting static analysis"
|
||||||
|
|
||||||
|
for sourceFile in epicyon/*.py
|
||||||
|
do
|
||||||
|
result=$($cmd "$sourceFile")
|
||||||
|
if [ "$result" ]; then
|
||||||
|
echo ''
|
||||||
|
echo "$result"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
echo -n '.'
|
||||||
|
done
|
||||||
|
|
||||||
for sourceFile in *.py
|
for sourceFile in *.py
|
||||||
do
|
do
|
||||||
result=$($cmd "$sourceFile")
|
result=$($cmd "$sourceFile")
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue