There was an error while loading. Please reload this page.
1 parent 4ceee36 commit f4f9313Copy full SHA for f4f9313
tests/test_all_solutions.py
@@ -101,4 +101,4 @@ def test_all_solutions(directory_name, compiler_name, expected_solutions):
101
elif not os.path.exists(sys.argv[1]):
102
print(f"Error: Path {sys.argv[1]} does not exist!")
103
else:
104
- sys.exit(test_all_solutions(sys.argv[1] + "/solutions", sys.argv[2], expected_solutions))
+ sys.exit(test_all_solutions(sys.argv[1] + "/solutions", sys.argv[2], expected_solutions))
0 commit comments