aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-autotest.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-01-23 10:47:01 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-01-23 10:47:01 +0000
commitf06ce66b5297ea8ef4186c7a35866d0af1cb71de (patch)
tree1a0adbb9829651c5320422a697e43a4ea904f3d2 /generic/pg-autotest.el
parent4a1bdaadf562d8bbf927ccfbb8916fb86477240d (diff)
Save the log file without querying user on exit
Diffstat (limited to 'generic/pg-autotest.el')
-rw-r--r--generic/pg-autotest.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/pg-autotest.el b/generic/pg-autotest.el
index 0ac4477a..a87a3fe9 100644
--- a/generic/pg-autotest.el
+++ b/generic/pg-autotest.el
@@ -97,6 +97,7 @@
(defun pg-autotest-log (file)
(save-excursion
(find-file file)
+ (setq buffer-save-without-query t)
(erase-buffer)
(setq pg-autotest-log (current-buffer))
(pg-autotest-message (concat "Tests started "