From: Scott Kostyshak Date: Sat, 7 Sep 2013 02:16:10 +0000 (-0400) Subject: Remove diagnostic code that slipped in X-Git-Tag: 2.1.0beta2~97 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dbd3e5a0f8d27cbd72471c380831e67890d8c457;p=features.git Remove diagnostic code that slipped in I did not intend to commit this piece of diagnostic code in a0f6b09a. --- diff --git a/development/autotests/CMakeLists.txt b/development/autotests/CMakeLists.txt index c136f4e6f1..87dfeac3f3 100644 --- a/development/autotests/CMakeLists.txt +++ b/development/autotests/CMakeLists.txt @@ -203,8 +203,6 @@ foreach(libsubfolder doc examples templates) -DPARAMS_DIR=${TOP_SRC_DIR}/development/autotests -DWORKDIR=${CMAKE_CURRENT_BINARY_DIR}/${LYX_HOME} -P "${TOP_SRC_DIR}/development/autotests/check_load.cmake") - else() - message("ignored test") endif() getoutputformats("${LIBSUB_SRC_DIR}/${f}.lyx" formatlist) foreach(format ${formatlist})