Add exception to stick nosetests buffer popup

This commit is contained in:
syl20bnr 2014-07-22 23:22:59 -04:00
parent 17ab60e9e9
commit d80827fc31

View file

@ -290,7 +290,8 @@ argument takes the kindows rotate backwards."
;;there were errors
(message "There were errors. SPC-e-n to visit.")
(unless (or (string-match "Grep finished" (buffer-string))
(string-match "Ag finished" (buffer-string)))
(string-match "Ag finished" (buffer-string))
(string-match "nosetests" (buffer-name)))
;;no errors, make the compilation window go away in 0.5 seconds
(delete-windows-on buf)