From 7b4dd30060229076835fdef63bc655c995ff91c7 Mon Sep 17 00:00:00 2001 From: Tom Browder Date: Tue, 2 Apr 2019 16:10:33 -0500 Subject: [PATCH] add one-liner version of the script --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a3e2991ff0..01c06a67da7 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,11 @@ Run all tests in one S* directory with a bash script. One example: make $f done echo "All tests in dir '$D' have been run." - + +That can be written as a one-liner: + + for f in $(ls t/spec/S26-documentation/*t); do make "$f"; done + ## Where to get help or answers to questions There are several mailing lists, IRC channels, and wikis available with