The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit d31aef689abfc9eaa5853ed18d7b480c2b55963b
Author: Scott Kostyshak <[email protected]>
Date:   Sun Jan 20 20:36:42 2013 -0500

    CMake export tests now correctly check return code

diff --git a/development/autotests/export.cmake 
b/development/autotests/export.cmake
index bcdcb3a..518886b 100755
--- a/development/autotests/export.cmake
+++ b/development/autotests/export.cmake
@@ -25,7 +25,7 @@ execute_process(
   COMMAND ${lyx} -E ${format} ${file}.${extension} "${LYX_ROOT}/${file}.lyx"
   RESULT_VARIABLE _err)
 string(COMPARE NOTEQUAL  ${_err} 0 _erg)
-if(erg)
+if(_erg)
   message(STATUS "Exporting ${f}.lyx to ${format}")
   message(FATAL_ERROR "Export failed")
 endif()

-----------------------------------------------------------------------

Summary of changes:
 development/autotests/export.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to