diff --git a/Tests/run.py b/Tests/run.py index 57fc5245d..4dccc005a 100644 --- a/Tests/run.py +++ b/Tests/run.py @@ -97,7 +97,7 @@ for file in files: # if there's an ok at the end, it's not really ok result = result[:-3] print(result) - failed.append[test] + failed.append(test) else: success = success + 1