]> granicus.if.org Git - pdns/commitdiff
support --help in start-test-stop
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Thu, 2 Apr 2015 12:05:08 +0000 (14:05 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Thu, 2 Apr 2015 12:05:08 +0000 (14:05 +0200)
regression-tests/start-test-stop

index 536b0ed17c7fdd9cda909197ba5867c04699939c..0f15048416f36492481dfb3259ce30cd8905ddee 100755 (executable)
@@ -178,7 +178,7 @@ spectest=$5
 
 testsdir=./tests
 
-if [ "$port" = help ] || [ "$context" = help ]
+if [ "$port" = help ] || [ "$context" = help ] || [ "$port" = "--help" ] || [ "$context" = "--help" ]
 then
        set +x
        grep -v '^#' << '__EOF__'