# HG changeset patch # User Paul Boddie # Date 1491149146 -7200 # Node ID 2eeb57fb2d06269bba11d3a5e6093784443703e4 # Parent 78dc5ae79c6505ca8d56031561b42d61b5c9a78d Added support for the --help option to the test suite script. diff -r 78dc5ae79c65 -r 2eeb57fb2d06 test_all.sh --- a/test_all.sh Sun Apr 02 17:29:31 2017 +0200 +++ b/test_all.sh Sun Apr 02 18:05:46 2017 +0200 @@ -1,5 +1,17 @@ #!/bin/sh +PROGNAME=`basename $0` + +if [ "$1" = '--help' ]; then + cat 1>&2 <