https://bugs.kde.org/show_bug.cgi?id=383739
--- Comment #4 from Michel Ludwig <michel.lud...@kdemail.net> --- (In reply to Jeremy W. Murphy from comment #3) > Oh, OK. So why on line 705 (and 710) the code _looks_ like it is passing > "test_bib.tex" as the argument? The tool class that is run in Kile will remove the extension .tex again (%S in the tool configuration) > What would be the most straightforward way to save the intermediate files > (and error messages?) generated by Kile when it runs the Simple Tests? All I > can think of off the top of my head is to debug it and add a break point > before they are automatically cleaned up. (Assuming it is automatic, or are > they left in /tmp?) I guess you can comment out the tests that you don't want to run in 'setupTests'; the method 'installConsecutivelyDependentTests' should also work if you only pass one argument. All the tests will be run in a temporary directory. Considering that I cannot reproduce the problem, I will have to rely on you to solve this mystery ;) -- You are receiving this mail because: You are watching all bug changes.