summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlexis Lothoré <alexis.lothore@bootlin.com>2024-02-05 16:57:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-06 10:32:19 +0000
commitd0b817d946bac3c4862528fd41a194f506020e41 (patch)
tree2f56a2d998e4a737e71ab8aff7c1010d6ae32c1f /scripts
parent6cc6246fd037e7f66ddfccbaf7725a8eb883d7ef (diff)
downloadpoky-d0b817d946bac3c4862528fd41a194f506020e41.tar.gz
patchtest-send-results: remove unused variable
result_basename is declared but not used in the script (From OE-Core rev: c2ba125dc30fb1ef0bf96152863db22159f4b31c) Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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: