]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test
test: print empty line at the beginning of test script, not at end
[notmuch] / test / notmuch-test
index 18593f61d23b14d8386e901eeaeec3b5305fc944..d6fdd3a5d7f3a07d2db111643c80e40fb29a5698 100755 (executable)
@@ -98,6 +98,7 @@ done
 trap - HUP INT TERM
 
 # Report results
+echo
 ./aggregate-results.sh test-results/*
 ev=$?