]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
More Travis-CI debugging of test failure
authorRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 02:52:51 +0000 (18:52 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 02:52:51 +0000 (18:52 -0800)
.travis.yml

index ec33a2647e939a25e913f5c1f39537f189f45d8a..fa0b23bb769222c3d175cf3ecc8b07cfa0c811d2 100644 (file)
@@ -6,9 +6,9 @@ sudo: required
 
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install libcdb-dev libdb-file-lock-perl libcrypt-pbkdf2-perl libdbd-sqlite3-perl libdbi-perl libgetopt-long-descriptive-perl libipc-run-perl libjson-perl libkrb5-dev libperl6-slurp-perl libreadonly-perl libsqlite3-dev libtest-minimumversion-perl libtest-perl-critic-perl libtest-pod-perl libtest-strict-perl sqlite tinycdb
+  - sudo apt-get install libcdb-dev libdb-file-lock-perl libcrypt-pbkdf2-perl libdbd-sqlite3-perl libdbi-perl libgetopt-long-descriptive-perl libipc-run-perl libjson-perl libkrb5-dev libperl6-slurp-perl libreadonly-perl libsqlite3-dev libtest-minimumversion-perl libtest-perl-critic-perl libtest-pod-perl libtest-strict-perl pkg-config sqlite tinycdb
 env: AUTHOR_TESTING=1
-script: ./bootstrap && ./configure && make warnings && tests/runtests -v -o perl/critic && make check
+script: ./bootstrap && ./configure && make warnings && perltidy -pro=tests/data/perltidyrc tests/tools/heimdal-strength-t && diff -u tests/tools/heimdal-strength-t.tdy tests/tools/heimdal-strength-t && tests/runtests -v -o perl/critic && make check
 
 branches:
   only: