Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2017 04:20:00 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314944 - in head: . bin/pwait/tests usr.bin/timeout/tests
Message-ID:  <201703090420.v294K0aA037108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Mar  9 04:20:00 2017
New Revision: 314944
URL: https://svnweb.freebsd.org/changeset/base/314944

Log:
  Rename some tests to end in _test.
  
  Requested by:	ngie
  MFC after:	2 weeks
  X-MFC-With:	r314886

Added:
  head/bin/pwait/tests/pwait_test.sh   (contents, props changed)
     - copied, changed from r314943, head/bin/pwait/tests/pwait.sh
  head/usr.bin/timeout/tests/timeout_test.sh   (contents, props changed)
     - copied, changed from r314943, head/usr.bin/timeout/tests/timeout.sh
Deleted:
  head/bin/pwait/tests/pwait.sh
  head/usr.bin/timeout/tests/timeout.sh
Modified:
  head/ObsoleteFiles.inc
  head/bin/pwait/tests/Makefile
  head/usr.bin/timeout/tests/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Mar  9 04:19:52 2017	(r314943)
+++ head/ObsoleteFiles.inc	Thu Mar  9 04:20:00 2017	(r314944)
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20170308: rename some tests
+OLD_FILES+=usr/tests/bin/pwait/pwait
+OLD_FILES+=usr/tests/usr.bin/timeout/timeout
 # 20170307: remove pcap-int.h
 OLD_FILES+=usr/include/pcap-int.h
 # 20170302: new libc++ import which bumps version from 3.9.1 to 4.0.0.

Modified: head/bin/pwait/tests/Makefile
==============================================================================
--- head/bin/pwait/tests/Makefile	Thu Mar  9 04:19:52 2017	(r314943)
+++ head/bin/pwait/tests/Makefile	Thu Mar  9 04:20:00 2017	(r314944)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-ATF_TESTS_SH=	pwait
+ATF_TESTS_SH=	pwait_test
 
 .include <bsd.test.mk>

Copied and modified: head/bin/pwait/tests/pwait_test.sh (from r314943, head/bin/pwait/tests/pwait.sh)
==============================================================================

Modified: head/usr.bin/timeout/tests/Makefile
==============================================================================
--- head/usr.bin/timeout/tests/Makefile	Thu Mar  9 04:19:52 2017	(r314943)
+++ head/usr.bin/timeout/tests/Makefile	Thu Mar  9 04:20:00 2017	(r314944)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-ATF_TESTS_SH=	timeout
+ATF_TESTS_SH=	timeout_test
 
 .include <bsd.test.mk>

Copied and modified: head/usr.bin/timeout/tests/timeout_test.sh (from r314943, head/usr.bin/timeout/tests/timeout.sh)
==============================================================================



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