From a7517a9bc26d6a6225221f30ebc4aa0a36df0687 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sun, 16 Nov 2014 23:01:59 +0800 Subject: [PATCH] travis debug --- .travis.yml | 3 +-- CTestCustom.cmake | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed6b880..1b33c71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,7 @@ before_script: script: - make - make test - - ls - - find . -iname "LastTest.log" + - pwd - sudo make install - /usr/local/bin/pdf2htmlEX -v branches: diff --git a/CTestCustom.cmake b/CTestCustom.cmake index f8c87fb..cc00a12 100644 --- a/CTestCustom.cmake +++ b/CTestCustom.cmake @@ -1 +1 @@ -SET(CTEST_CUSTOM_POST_TEST "cat Testing/Temporary/LastTest.log") +SET(CTEST_CUSTOM_POST_TEST "echo `pwd` && cat Testing/Temporary/LastTest.log")