Date: Tue, 19 Mar 2002 13:05:29 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.h ref.test runtest00.sh runtest01.sh Message-ID: <200203192105.g2JL5TW13122@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/03/19 13:05:29 PST Modified files: sbin/newfs Makefile mkfs.c newfs.c newfs.h Added files: sbin/newfs ref.test runtest00.sh runtest01.sh Log: Add the undocumented -R option to disable randomness for regression-testing. Add a couple of simple regression tests accessible with "make test", they depend on the md(4) driver. FYI I have also tried running the test against a week old newfs and it passed. Revision Changes Path 1.19 +6 -0 src/sbin/newfs/Makefile 1.50 +5 -2 src/sbin/newfs/mkfs.c 1.54 +6 -1 src/sbin/newfs/newfs.c 1.2 +1 -0 src/sbin/newfs/newfs.h 1.1 +7 -0 src/sbin/newfs/ref.test (new) 1.1 +19 -0 src/sbin/newfs/runtest00.sh (new) 1.1 +27 -0 src/sbin/newfs/runtest01.sh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203192105.g2JL5TW13122>