summaryrefslogtreecommitdiffstats
path: root/scripts/patchtest-send-results
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patchtest-send-results')
-rwxr-xr-xscripts/patchtest-send-results1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/patchtest-send-results b/scripts/patchtest-send-results
index 71b73f0940..024be003ce 100755
--- a/scripts/patchtest-send-results
+++ b/scripts/patchtest-send-results
@@ -45,7 +45,6 @@ elif not os.path.exists(args.patch + ".testresult"):
45 sys.exit(1) 45 sys.exit(1)
46 46
47result_file = args.patch + ".testresult" 47result_file = args.patch + ".testresult"
48result_basename = os.path.basename(args.patch)
49testresult = None 48testresult = None
50 49
51with open(result_file, "r") as f: 50with open(result_file, "r") as f: