X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Femacs;h=5649d55f34e197c04d6a57b1021e9fa0f8878cf4;hb=73a9fcf89bd7411d7d69f133a8c8dee313d93a58;hp=77265b026430d5a30d23cca426ff72153d623c5e;hpb=e0adf10be88cc33fda27c07458d2375a703f4eef;p=obsolete%2Fnotmuch-old diff --git a/test/emacs b/test/emacs index 77265b02..5649d55f 100755 --- a/test/emacs +++ b/test/emacs @@ -809,9 +809,10 @@ test_emacs "(let ((mm-text-html-renderer (notmuch-show \"id:${gen_msg_id}\")) (test-output)" > /dev/null # Different Emacs versions and renderers give very different results, -# so just check that something reasonable showed up. +# so just check that something reasonable showed up. We first cat the +# output so the test framework will print it if the test fails. test_expect_success "Rendering HTML mail with images" \ - 'grep -q smiley OUTPUT' + 'cat OUTPUT && grep -q smiley OUTPUT' test_done