aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 4ca2ef945..18e64b724 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2799,7 +2799,7 @@ while(@ARGV) {
# keep stdout and stderr files after tests
$keepoutfiles=1;
}
- elsif($ARGV[0] eq "-h") {
+ elsif(($ARGV[0] eq "-h") || ($ARGV[0] eq "--help")) {
# show help text
print <<EOHELP
Usage: runtests.pl [options] [test selection(s)]