mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Add missing quote
This commit is contained in:
parent
116c33f7e1
commit
a81324fc43
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ after_script:
|
||||||
after_failure:
|
after_failure:
|
||||||
- find logs -name exunit.log -exec cat '{}' ';'
|
- find logs -name exunit.log -exec cat '{}' ';'
|
||||||
- find logs -name ejabberd.log -exec cat '{}' ';'
|
- find logs -name ejabberd.log -exec cat '{}' ';'
|
||||||
- find logs -name suite.log -exec cat '{}' ';' | awk 'BEGIN{RS="\n=case";FS="\n"} /=result\s*failed/ {print "=case" $0}
|
- find logs -name suite.log -exec cat '{}' ';' | awk 'BEGIN{RS="\n=case";FS="\n"} /=result\s*failed/ {print "=case" $0}'
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls-merge erlang.json
|
- coveralls-merge erlang.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue