Skip to content
Snippets Groups Projects
Commit d24605bd authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed warning status code of partitions test.

parent b4006ba3
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ if error:
code = 1
elif warning:
print('Some warnings were found.')
code = 2
code = 3
else:
print(GREEN + 'All OK.' + DEF)
code = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment