diff --git a/.travis.yml b/.travis.yml index 1b33c71..916d334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ script: - make - make test - pwd + - cat Testing/Temporary/LastTest.log - sudo make install - /usr/local/bin/pdf2htmlEX -v branches: diff --git a/CTestCustom.cmake b/CTestCustom.cmake index cc00a12..3e28e4d 100644 --- a/CTestCustom.cmake +++ b/CTestCustom.cmake @@ -1 +1 @@ -SET(CTEST_CUSTOM_POST_TEST "echo `pwd` && cat Testing/Temporary/LastTest.log") +SET(CTEST_CUSTOM_POST_TEST "pwd")