emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 764db86 236/316: (cit-remove-add


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 764db86 236/316: (cit-remove-add-to-project-cpp): Wait for make to finish.
Date: Fri, 27 Jan 2017 20:03:43 +0000 (UTC)

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

    (cit-remove-add-to-project-cpp): Wait for make to finish.
---
 test/manual/cedet/cit-cpp.el |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/test/manual/cedet/cit-cpp.el b/test/manual/cedet/cit-cpp.el
index 08a7e22..1b9fef5 100644
--- a/test/manual/cedet/cit-cpp.el
+++ b/test/manual/cedet/cit-cpp.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2008, 2009 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <address@hidden>
-;; X-RCS: $Id: cit-cpp.el,v 1.2 2009-01-10 19:00:38 zappo Exp $
+;; X-RCS: $Id: cit-cpp.el,v 1.3 2009-03-06 14:24:33 zappo Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -151,7 +151,12 @@
   (ede-add-file "Prog")
 
   ;; 1 g) build the sources.
+  ;; Direct compile to test that make fails properly.
   (compile "make")
+  ;; @todo - verify make error status
+  (while compilation-in-progress
+    (accept-process-output)
+    (sit-for 1))
 
   (cit-compile-and-wait)
   )



reply via email to

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