mirror of https://github.com/grpc/grpc-node.git
Properly close shell loop
This commit is contained in:
parent
f3706fd7d0
commit
b2881e29b4
|
@ -54,7 +54,7 @@ do
|
||||||
cd "reports/node$version"
|
cd "reports/node$version"
|
||||||
for file in * ; do
|
for file in * ; do
|
||||||
mv $f `echo $f | sed 's/\(.*\)\.xml/\1_sponge_log.xml/'`
|
mv $f `echo $f | sed 's/\(.*\)\.xml/\1_sponge_log.xml/'`
|
||||||
fi
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$FAILED" != "" ]
|
if [ "$FAILED" != "" ]
|
||||||
|
|
Loading…
Reference in New Issue