emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests dfddc2d 262/316: (cit-make-dist)


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests dfddc2d 262/316: (cit-make-dist): Use cit-check-compilation-for-error.
Date: Fri, 27 Jan 2017 20:03:45 +0000 (UTC)

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

    (cit-make-dist): Use cit-check-compilation-for-error.
---
 test/manual/cedet/cit-dist.el |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/manual/cedet/cit-dist.el b/test/manual/cedet/cit-dist.el
index b8fb7b3..b57d253 100644
--- a/test/manual/cedet/cit-dist.el
+++ b/test/manual/cedet/cit-dist.el
@@ -1,9 +1,9 @@
 ;;; cit-dist.el ---
 ;;
-;; Copyright (C) 2009 Eric M. Ludlam
+;; Copyright (C) 2009, 2010 Eric M. Ludlam
 ;;
 ;; Author: Eric M. Ludlam <address@hidden>
-;; X-RCS: $Id: cit-dist.el,v 1.2 2009-12-27 03:37:04 zappo Exp $
+;; X-RCS: $Id: cit-dist.el,v 1.3 2010-03-16 03:05:48 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
@@ -31,6 +31,7 @@
   ;; 6.a) Create the distribution
   (ede-make-dist)
   (cit-wait-for-compilation)
+  (cit-check-compilation-for-error)
 
   ;; Get the version number, then check for that file to exist.
   (when (not (file-exists-p "CEDET_Integ_Test_Project-1.0.tar.gz"))
@@ -42,6 +43,7 @@
   ;; 6.c) make a new dist.  Verify version number.
   (ede-make-dist)
   (cit-wait-for-compilation)
+  (cit-check-compilation-for-error)
 
   ;; Get the version number, then check for that file to exist.
   (when (not (file-exists-p "CEDET_Integ_Test_Project-2.1.tar.gz"))



reply via email to

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