There was an error while loading. Please reload this page.
1 parent bfb8e23 commit 79e9cb2Copy full SHA for 79e9cb2
tests/test_all_solutions.py
@@ -76,7 +76,7 @@ def test_all_solutions(directory_name, compiler_name, expected_solutions):
76
print(f"Result: {color_string(colors.OKGREEN, 'SUCCESS')}")
77
return 0
78
else:
79
- print(f"Result: {color_string(colors.FAIL, 'SUCCESS')}")
+ print(f"Result: {color_string(colors.FAIL, 'FAILURE')}")
80
return 1
81
82
0 commit comments