]> granicus.if.org Git - php/commitdiff
Add line in run-tests.php help
authorBob Weinand <bobwei9@hotmail.com>
Mon, 9 Jun 2014 13:38:38 +0000 (15:38 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Mon, 9 Jun 2014 13:38:38 +0000 (15:38 +0200)
tests/run-tests.php

index 47a998ccae84d0b9176a9bc9512cbcedc936638d..77b3bcd26a8cd8349ad9e786ddd315c49dd73c8e 100644 (file)
@@ -243,6 +243,7 @@ namespace phpdbg\testing {
                        printf("\t--options\toptions to pass to phpdbg%s", PHP_EOL);
                        printf("\t--phpdbg\tpath to phpdbg binary%s", PHP_EOL);
                        printf('[flags]:%s', PHP_EOL);
+                       printf("\t-diff2stdout\t\twrite diff to stdout instead of files%s", PHP_EOL);
                        printf("\t-nodiff\t\tdo not write diffs on failure%s", PHP_EOL);
                        printf("\t-nolog\t\tdo not write logs on failure%s", PHP_EOL);
                        printf('[examples]:%s', PHP_EOL);