svn commit: r215444 - in stable/8: bin/test tools/regression/bin tools/regression/bin/test

Jilles Tjoelker jilles at FreeBSD.org
Wed Nov 17 23:13:02 UTC 2010


Author: jilles
Date: Wed Nov 17 23:13:02 2010
New Revision: 215444
URL: http://svn.freebsd.org/changeset/base/215444

Log:
  MFC r215022: test: Move tests to tools/regression/bin/test.
  Convert the tests to the perl prove format.
  Remove obsolete TEST.README (results of an old TEST.sh for some old Unices)
  and TEST.csh (old tests without correct values, far less complete than
  TEST.sh).

Added:
  stable/8/tools/regression/bin/test/
     - copied from r215022, head/tools/regression/bin/test/
Deleted:
  stable/8/bin/test/TEST.README
  stable/8/bin/test/TEST.csh
  stable/8/bin/test/TEST.sh
Modified:
  stable/8/tools/regression/bin/Makefile
Directory Properties:
  stable/8/bin/test/   (props changed)
  stable/8/tools/regression/bin/   (props changed)
  stable/8/tools/regression/bin/sh/   (props changed)

Modified: stable/8/tools/regression/bin/Makefile
==============================================================================
--- stable/8/tools/regression/bin/Makefile	Wed Nov 17 22:28:04 2010	(r215443)
+++ stable/8/tools/regression/bin/Makefile	Wed Nov 17 23:13:02 2010	(r215444)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR=	date mv pax sh
+SUBDIR=	date mv pax sh test
 
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list