emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests bfed386 181/316: (cit-finish-mes


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests bfed386 181/316: (cit-finish-message): Add a pause, then exit with a status of "1".
Date: Fri, 27 Jan 2017 20:03:38 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit bfed386da2b2e2b20f1ef2667a2bfc16d0f7da13
Author: zappo <address@hidden>
Commit: Edward John Steere <address@hidden>

    (cit-finish-message): Add a pause, then exit with a status of "1".
---
 test/manual/cedet/cedet-integ-test.el |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test/manual/cedet/cedet-integ-test.el 
b/test/manual/cedet/cedet-integ-test.el
index e8330cc..5ac9f16 100644
--- a/test/manual/cedet/cedet-integ-test.el
+++ b/test/manual/cedet/cedet-integ-test.el
@@ -166,7 +166,13 @@ Argument STYLE is the type of build done."
     (erase-buffer)
     (insert "\n\n  PASSED!\n\n  Make Style: ")
     (insert (format "%S" style) "\n")
+    (insert "\n\nWaiting 5 seconds before exiting with positive exit 
status.\n")
     (switch-to-buffer b)
+    ;; Now wait.
+    (sit-for 5)
+    ;; 1 means GOOD to the shell script, since any other emacs exit
+    ;; mechanism will be 0. (ie - click on the X in the corner.)
+    (kill-emacs 1)
     ))
 
 (defun cit-make-dir (dir)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]