Skip to content
Extraits de code Groupes Projets
Valider 96f0601c rédigé par Fabian Becker's avatar Fabian Becker
Parcourir les fichiers

exit should return non-zero value to indicate that test failed.

parent fab90c08
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -51,7 +51,7 @@ function checkPiwikSetupForTests() ...@@ -51,7 +51,7 @@ function checkPiwikSetupForTests()
4) Edit in phpunit.xml the @REQUEST_URI@ and replace with the webserver path to Piwik, eg. '/dev/piwik/' 4) Edit in phpunit.xml the @REQUEST_URI@ and replace with the webserver path to Piwik, eg. '/dev/piwik/'
Try again and now the tests should run!"; Try again and now the tests should run!";
exit(); exit(1);
} }
// Now testing if the webserver is running // Now testing if the webserver is running
...@@ -69,4 +69,4 @@ Try again and now the tests should run!"; ...@@ -69,4 +69,4 @@ Try again and now the tests should run!";
. substr($fetched,0,300) . "...'\n\n"; . substr($fetched,0,300) . "...'\n\n";
exit; exit;
} }
} }
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter