Index: test/tc_latex_pdf_compiler.rb =================================================================== --- test/tc_latex_pdf_compiler.rb (revisión: 146) +++ test/tc_latex_pdf_compiler.rb (copia de trabajo) @@ -33,6 +33,6 @@ end def teardown - FileUtils.rm_rf(LATEX_TMP_DIR) + FileUtils.rm_rf(LATEX_TMP_DIR) unless DEBUG end end