aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip Tricca <philip.b.tricca@intel.com>2017-09-04 14:32:30 -0700
committerPhilip Tricca <philip.b.tricca@intel.com>2017-09-15 19:18:29 -0700
commita01d6f352dad29f992587d3a0d04561342d95b56 (patch)
treec35d86dd9adea78527788e3441ca1255f61b1389 /.travis.yml
parenteaa4985a457a254236178962783da0d3e478ef8e (diff)
downloadtpm2-tss-a01d6f352dad29f992587d3a0d04561342d95b56.tar.gz
travis.yml: Install 'realpath' package and dump main test log.
realpath is required by the integration test script. The main test log contains useful info if / when an integration test fails. Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5109830c..a2bbe11c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ addons:
packages:
- autoconf-archive
- cmake
+ - realpath
coverity_scan:
project:
name: "01org/TPM2.0-TSS"
@@ -56,6 +57,7 @@ script:
- ../configure --enable-unit --with-simulatorbin=$(pwd)/../ibmtpm/src/tpm_server
- make -j$(nproc) distcheck
- make -j$(nproc) check
+ - cat test-suite.log
- |
for LOG in $(ls -1 test/unit/*.log); do
echo "${LOG}"