extras-buildsys-temp/scripts mach.in,1.2,1.3

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Tue Mar 29 15:39:11 UTC 2005


Author: skvidal

Update of /cvs/fedora/extras-buildsys-temp/scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14724/scripts

Modified Files:
	mach.in 
Log Message:

make output on failure a little more useful



Index: mach.in
===================================================================
RCS file: /cvs/fedora/extras-buildsys-temp/scripts/mach.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mach.in	24 Mar 2005 05:03:58 -0000	1.2
+++ mach.in	29 Mar 2005 15:39:09 -0000	1.3
@@ -524,7 +524,7 @@
         
         if message and not progress: self.stdout('\n')
         if status != 0:
-            raise self.Error, "Could not run: %s" % command
+            raise self.Error, "Could not run: %s output was:\n %s" % (command, output)
 
     def group_installer (self, groups, message = None,
                 progress = False, interactive = False):




More information about the fedora-extras-commits mailing list