do not execute integration tests when executing autotest.sh

remotes/origin/poc-doctrine-migrations
Thomas Müller 10 years ago
parent 9b6a988926
commit 18661ceb63
  1. 3
      tests/apps.php

@ -7,6 +7,9 @@
*/
function loadDirectory($path) {
if (strpos($path, 'integration')) {
return;
}
if ($dh = opendir($path)) {
while ($name = readdir($dh)) {
if ($name[0] !== '.') {

Loading…
Cancel
Save