- spl tests are also under examples (sigh)

This commit is contained in:
Pierre Joye 2012-01-09 13:56:46 +00:00
parent ac5718cdd3
commit 96e02805fb

View file

@ -382,7 +382,7 @@ function copy_test_dir($directory, $dest)
$directory = substr($directory,0,-1); $directory = substr($directory,0,-1);
} }
if ($directory == 'tests') { if ($directory == 'tests' || $directory == 'examples') {
if (!is_dir($dest . '/tests')) { if (!is_dir($dest . '/tests')) {
mkdir($dest . '/tests', 0775, true); mkdir($dest . '/tests', 0775, true);
} }