]> git.eshelyaron.com Git - emacs.git/commitdiff
(cit-make-dist): Use cit-check-compilation-for-error.
authorzappo <zappo@users.sourceforge.net>
Tue, 16 Mar 2010 03:05:48 +0000 (03:05 +0000)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 18:13:42 +0000 (20:13 +0200)
test/manual/cedet/cit-dist.el

index b8fb7b373a7f2a5b60058a05003b81a54ac68cec..b57d253b1f38ec27536f16a711ca32a7338bc485 100644 (file)
@@ -1,9 +1,9 @@
 ;;; cit-dist.el ---
 ;;
-;; Copyright (C) 2009 Eric M. Ludlam
+;; Copyright (C) 2009, 2010 Eric M. Ludlam
 ;;
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
-;; 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"))