]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
tcl_tests: Abbreviate output when run under CI
authorVitaly Chikunov <vt@altlinux.org>
Sun, 5 Jan 2020 20:51:09 +0000 (23:51 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 11 Jan 2020 21:20:37 +0000 (00:20 +0300)
commit07743c1340bebbaba78525d0d22c9104732c3f1d
tree866570389bcefe8433c34487216904e212542297
parent1d36903aadb45850650e8113c6367893140d40af
tcl_tests: Abbreviate output when run under CI

To make CI output not too long - output only header of every test set
and output only relevant log entries on test failures.

When `CI' env is defined. Which should be defined for both Travis and
Cirrus. Reference:
  https://docs.travis-ci.com/user/environment-variables/
  https://cirrus-ci.org/guide/writing-tasks/#environment-variables
tcl_tests/runtest.sh