projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9f30e
)
Fix the path to build artifacts for formatting
author
Michelle McDaniel
<adiaaida@gmail.com>
Wed, 16 Nov 2016 17:45:49 +0000
(09:45 -0800)
committer
Michelle McDaniel
<adiaaida@gmail.com>
Wed, 16 Nov 2016 17:45:49 +0000
(09:45 -0800)
tests/scripts/format.py
patch
|
blob
|
history
diff --git
a/tests/scripts/format.py
b/tests/scripts/format.py
index 1cda283e8421a7f29f1f84abbcfeb09fb3f15c58..9736c033b2b2f3a8b0bf23c9c646c3ada0b1efd7 100644
(file)
--- a/
tests/scripts/format.py
+++ b/
tests/scripts/format.py
@@
-239,7
+239,7
@@
def main(argv):
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
s
/format.patch")
+ print("wget " + buildUrl + "artifact/format.patch")
print("git apply format.patch")
return returncode