diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-11-30 11:44:10 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-11-30 11:44:10 +0100 |
commit | 344ef050aa7eac98edc7a18861ab81256687aba4 (patch) | |
tree | 123e9c9a66e04000c7c033be8813304ce68438e5 /sapi/phpdbg | |
parent | b73a3afff333143b2908b280e6a4e26d61cb3138 (diff) | |
download | php-git-344ef050aa7eac98edc7a18861ab81256687aba4.tar.gz |
Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg available
Diffstat (limited to 'sapi/phpdbg')
-rw-r--r-- | sapi/phpdbg/tests/bug73615.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/tests/bug73615.phpt b/sapi/phpdbg/tests/bug73615.phpt index ade957e50e..e5fccef0a8 100644 --- a/sapi/phpdbg/tests/bug73615.phpt +++ b/sapi/phpdbg/tests/bug73615.phpt @@ -2,7 +2,7 @@ Bug #73615 (phpdbg without option never load .phpdbginit at startup) --SKIPIF-- <?php -if (!getenv('TEST_PHPDBG_EXECUTABLE')) die("No TEST_PHPDBG_EXECUTABLE specified"); +if (!getenv('TEST_PHPDBG_EXECUTABLE')) die("SKIP: No TEST_PHPDBG_EXECUTABLE specified"); ?> --FILE-- <?php |