escaping file name to allow for special chars 10796 (#10824)
Этот коммит содержится в:
коммит произвёл
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
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user