Skip to content

Commit

Permalink
add one-liner version of the script
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Apr 2, 2019
1 parent 68adad4 commit 7b4dd30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 7b4dd30

Please sign in to comment.