including log output content analysis
This commit is contained in:
parent
06f18c1c1b
commit
fb755d6046
1 changed files with 1 additions and 0 deletions
|
@ -153,4 +153,5 @@ script:
|
|||
after_script:
|
||||
- echo "Standard Output: $(cat stdout.txt)"
|
||||
- echo "Standard Error : $(cat stderr.txt)"
|
||||
- [ "0" = "$(wl -l stderr.txt)" ] || exit 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue