Skip to content
Snippets Groups Projects
Commit 9d1754bf authored by MAZAT Julian's avatar MAZAT Julian
Browse files

Fais echouer si tests non passés

parent b4e4d76f
No related branches found
No related tags found
No related merge requests found
Pipeline #26396 failed
...@@ -19,4 +19,5 @@ class Testeur: ...@@ -19,4 +19,5 @@ class Testeur:
print("Fin des tests") print("Fin des tests")
if self.echec: if self.echec:
print("Attention : certains tests ont échoués") print("Attention : certains tests ont échoués")
exit(1)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment