Skip to content

Commit

Permalink
Merge branch 'master' into multiply-128
Browse files Browse the repository at this point in the history
* master:
  Print output of failed test cases on Travis (#152)
  • Loading branch information
dcreager committed Feb 22, 2019
2 parents fd3fef6 + 17bf6a2 commit d49c82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis/test
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build_autotools () {
echo "$ make"
make
echo "$ make check"
make check
make check VERBOSE=1
echo "$ make distcheck"
make distcheck
}
Expand All @@ -50,7 +50,7 @@ build_cmake () {
echo "$ make"
make
echo "$ make test"
make test
CTEST_OUTPUT_ON_FAILURE=1 make test
}

build_cmake_from_dist () {
Expand Down Expand Up @@ -81,7 +81,7 @@ build_cmake_from_dist () {
echo "$ make"
make
echo "$ make test"
make test
CTEST_OUTPUT_ON_FAILURE=1 make test
}

# Flavors
Expand Down

0 comments on commit d49c82b

Please sign in to comment.