summaryrefslogtreecommitdiff
path: root/tests/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts')
-rw-r--r--tests/scripts/format.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/scripts/format.py b/tests/scripts/format.py
index d92df58dc4..438903a18e 100644
--- a/tests/scripts/format.py
+++ b/tests/scripts/format.py
@@ -172,11 +172,10 @@ def main(argv):
os.remove(bootstrapPath)
if returncode != 0:
- buildUrl = my_env["BUILD_URL"]
print("There were errors in formatting. Please run jit-format locally with: \n")
print(errorMessage)
print("\nOr download and apply generated patch:")
- print("wget " + buildUrl + "artifact/format.patch")
+ print("wget .../artifact/format.patch")
print("git apply format.patch")
return returncode