summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-27 02:15:02 +0600
committervalmat <ufabiz@gmail.com>2014-03-27 02:15:02 +0600
commitba2e7e5f507dd75795fe5bdaf8cc1e1afd33446f (patch)
tree0016e84cf5b239b83591faf3fccf5eda0c5ca327 /tests
parent421da59495602ba5ac4aa6a2a10ac735b110c1a9 (diff)
see diff
Diffstat (limited to 'tests')
-rw-r--r--tests/run-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.php b/tests/run-tests.php
index df9cf1e..798d218 100644
--- a/tests/run-tests.php
+++ b/tests/run-tests.php
@@ -765,7 +765,7 @@ HELP;
} else if (is_dir($testfile)) {
find_files($testfile);
- } else if (preg_match("/\.phpt$/", $testfile)) {
+ } else if (preg_match("/\.phpt\-?$/", $testfile)) {
$test_files[] = $testfile;
} else {
die("bogus test name " . $argv[$i] . "\n");