From 5e042b7fcb0b1e7ea26effe0782efc29140e46c3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 20 Dec 2022 09:59:21 +0000 Subject: Deprecate s6-test Signed-off-by: Laurent Bercot --- NEWS | 1 + doc/index.html | 1 - doc/s6-test.html | 10 ++++++++++ src/skaembutils/s6-test.c | 1 + 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2ee2303..89aa7d2 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ In 2.2.5.1 - Bugfixes. - Adaptation to skalibs-2.13.0.0. + - s6-test is now deprecated: replaced with execline's eltest. In 2.2.5.0 diff --git a/doc/index.html b/doc/index.html index 5f7e063..7e222e8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -163,7 +163,6 @@ the previous versions of s6-portable-utils and the current one.
  • The s6-sync program
  • The s6-tai64ndiff program
  • The s6-tail program
  • -
  • The s6-test program
  • The s6-touch program
  • The s6-true program
  • The s6-uniquename program
  • diff --git a/doc/s6-test.html b/doc/s6-test.html index a8424cd..9c756b6 100644 --- a/doc/s6-test.html +++ b/doc/s6-test.html @@ -72,5 +72,15 @@ in order to match whole strings, you must anchor pattern with ^ and $ markers. +

    Notes

    + + + diff --git a/src/skaembutils/s6-test.c b/src/skaembutils/s6-test.c index 1853fb9..d537619 100644 --- a/src/skaembutils/s6-test.c +++ b/src/skaembutils/s6-test.c @@ -522,6 +522,7 @@ errorint: int main (int argc, char const *const *argv) { PROG = "s6-test" ; + strerr_warnw1x("this program is now deprecated. Please use execline's eltest instead.") ; if (argc <= 1) return 1 ; { struct node tree[argc + 2] ; -- cgit 1.4.1