including log output content analysis

This commit is contained in:
Jean-Marie Renouard 2018-09-23 06:09:50 +00:00
parent 06f18c1c1b
commit fb755d6046

View file

@ -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