X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fautotests%2Fexport.cmake;h=6ff47187e2999bc758124e0d8fe38b5fd30e0d14;hb=548a7ac364bef7c5685260f178eb2722b9a38084;hp=4369c3a8b2dc3f6887a843378ae50982447a3e4c;hpb=cf3156d22d8a76008086e24651a1f496c5cc8db6;p=features.git diff --git a/development/autotests/export.cmake b/development/autotests/export.cmake index 4369c3a8b2..6ff47187e2 100755 --- a/development/autotests/export.cmake +++ b/development/autotests/export.cmake @@ -21,7 +21,7 @@ # -Dfonttype=xxx \ # -Dextension=xxx \ # -Dfile=xxx \ -# -Dreverted=[01] \ +# -Dinverted=[01] \ # -DTOP_SRC_DIR=${TOP_SRC_DIR} # -DPERL_EXECUTABLE=${PERL_EXECUTABLE} # -P "${TOP_SRC_DIR}/development/autotests/export.cmake" @@ -68,7 +68,7 @@ if (NOT _err) endif() endif() -if(reverted) +if(inverted) string(COMPARE EQUAL ${_err} 0 _erg) else() string(COMPARE NOTEQUAL ${_err} 0 _erg)