Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2011 08:24:10 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219447 - head/sbin/bsdlabel
Message-ID:  <201103100824.p2A8OAts036385@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Thu Mar 10 08:24:10 2011
New Revision: 219447
URL: http://svn.freebsd.org/changeset/base/219447

Log:
  Remove bsdlabel test-script that was full of broken assumptions.
  
  - the default label now includes an a: partition by default
  - the c: partition is no longer exported via devfs
  - writing of the labels usually works in all cases, though the script
    assumes half of them have to fail

Deleted:
  head/sbin/bsdlabel/runtest.sh
Modified:
  head/sbin/bsdlabel/Makefile

Modified: head/sbin/bsdlabel/Makefile
==============================================================================
--- head/sbin/bsdlabel/Makefile	Thu Mar 10 08:23:58 2011	(r219446)
+++ head/sbin/bsdlabel/Makefile	Thu Mar 10 08:24:10 2011	(r219447)
@@ -17,9 +17,3 @@ DPADD=	${LIBGEOM} ${LIBBSDXML} ${LIBSBUF
 LDADD=	-lgeom -lbsdxml -lsbuf
 
 .include <bsd.prog.mk>
-
-test: ${PROG}
-	sh ${.CURDIR}/runtest.sh
-
-testx: ${PROG}
-	sh -x ${.CURDIR}/runtest.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103100824.p2A8OAts036385>