summaryrefslogtreecommitdiff
path: root/tests/scripts
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2019-05-16 12:49:21 -0700
committerBruce Forstall <brucefo@microsoft.com>2019-05-16 18:29:23 -0700
commit631eadad86e0ea54b21ec453fce59e5f35cb9507 (patch)
tree10470cbb17b2fa82fafe2d16fdfff929102c224d /tests/scripts
parent6a2c6a4735bcec975ff94ea016ea44f7d592b918 (diff)
downloadcoreclr-631eadad86e0ea54b21ec453fce59e5f35cb9507.tar.gz
coreclr-631eadad86e0ea54b21ec453fce59e5f35cb9507.tar.bz2
coreclr-631eadad86e0ea54b21ec453fce59e5f35cb9507.zip
Remove Jenkins BUILD_URL environment variable
If AzDO provides an equivalent functionality, we could convert to use that instead of simply removing this reference.
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