[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 05/78: INSTALL.extra: Drop Solaris 10 discussion.
From: |
G. Branden Robinson |
Subject: |
[groff] 05/78: INSTALL.extra: Drop Solaris 10 discussion. |
Date: |
Fri, 7 Apr 2023 12:17:47 -0400 (EDT) |
gbranden pushed a commit to branch branden-2023-04-07
in repository groff.
commit 48ac46ade7c09f3ca1a77ee31604dc8df98138f2
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Mar 27 11:18:27 2023 -0500
INSTALL.extra: Drop Solaris 10 discussion.
We cover the matter of automated testing on Solaris 10 in detail in the
PROBLEMS file, which is already cross referenced from here.
---
INSTALL.extra | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/INSTALL.extra b/INSTALL.extra
index 6aec3fe7a..9ba44877a 100644
--- a/INSTALL.extra
+++ b/INSTALL.extra
@@ -226,23 +226,11 @@ directory) will have a log file called
To re-run a test, change to the top of the build directory (if
necessary) and run the test by name from the shell prompt.
-[Solaris 10 users _must_ run the test scripts by hand since the /bin/sh
-and utilities on that system are not conformant to the POSIX standard.]
-
For example, to rerun the test mentioned above from a "build" directory
I created as a subdirectory in the source tree, I would do this.
(cd build && ../tmac/tests/localization-works.sh)
-[Solaris 10 users will need to put /usr/xpg4/bin or /usr/xpg6/bin in the
-$PATH and pass the test scripts as arguments to a POSIX-conforming
-shell.
-
- (cd build && PATH=/usr/xpg4/bin:$PATH /usr/xpg4/bin/sh \
- ../tmac/tests/localization-works.sh)
-
-You might wish to write a small shell script to facilitate the process.]
-
I can view the test log as follows.
cat build/tmac/tests/localization-works.sh.log
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 05/78: INSTALL.extra: Drop Solaris 10 discussion.,
G. Branden Robinson <=