rpms/darcs/devel darcs.spec,1.36,1.37

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Tue Jul 1 04:45:04 UTC 2008


Author: jjh

Update of /cvs/pkgs/rpms/darcs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3280

Modified Files:
	darcs.spec 
Log Message:
attempt to fix testing


Index: darcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/devel/darcs.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- darcs.spec	29 Jun 2008 07:05:22 -0000	1.36
+++ darcs.spec	1 Jul 2008 04:44:06 -0000	1.37
@@ -71,8 +71,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-# skip test currently failing in buildsystem
-mv tests/send.sh{,-disabled}
 
 
 %build
@@ -82,7 +80,14 @@
 
 
 %check
-#make test
+# 'make test' runs bugs too which are known to fail, just run 
+# make the tests
+make test_shell
+make test_shell_format2
+make test_shell_hashed
+make test_perl
+make test_perl_format2
+make test_perl_hashed
 
 
 %install
@@ -133,6 +138,8 @@
 * Sat Jun 28 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 2.0.2-1
 - split out the manual to a -doc rpm
 - update to 2.0.2
+- switch to make test
+- remove skipping of tests - it doesn't appear to apply anymore
 
 * Mon Jun 23 2008 Jens Petersen <petersen at redhat.com> - 2.0.0-1.fc10
 - update to 2.0.0




More information about the scm-commits mailing list