escaping file name to allow for special chars 10796 (#10824)

Этот коммит содержится в:
Evan do Carmo
2019-05-15 00:59:28 -04:00
коммит произвёл Hanzei
родитель b561d7900c
Коммит b3e09715df

Просмотреть файл

@@ -20,7 +20,7 @@ EXIT_STATUS=$?
cat output | $GOPATH/bin/go-junit-report > report.xml
rm output
find . -name 'cprofile*.out' -exec sh -c 'tail -n +2 {} >> cover.out ; rm "{}"' \;
find . -name 'cprofile*.out' -exec sh -c 'tail -n +2 "{}" >> cover.out ; rm "{}"' \;
rm -f config/*.crt
rm -f config/*.key