projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4072222
)
Fix another JIT-disasm check.
author
Aditya Mandaleeka
<adityam@microsoft.com>
Thu, 26 Jan 2017 22:53:54 +0000
(14:53 -0800)
committer
Aditya Mandaleeka
<adityam@microsoft.com>
Thu, 26 Jan 2017 22:56:17 +0000
(14:56 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/
dc7c98f4a09d0d5e9fe476978f01724a9446ead1
src/coreclr/tests/runtest.sh
patch
|
blob
|
history
diff --git
a/src/coreclr/tests/runtest.sh
b/src/coreclr/tests/runtest.sh
index
4db1ac3
..
f58eff1
100755
(executable)
--- a/
src/coreclr/tests/runtest.sh
+++ b/
src/coreclr/tests/runtest.sh
@@
-388,8
+388,7
@@
function precompile_overlay_assemblies {
for fileToPrecompile in ${filesToPrecompile}
do
local filename=${fileToPrecompile}
- if [ $jitdisasm == 1]; then
-
+ if [ $jitdisasm == 1 ]; then
$overlayDir/corerun $overlayDir/jit-dasm.dll --crossgen $overlayDir/crossgen --platform $overlayDir --output $testRootDir/dasm $filename
local exitCode=$?
if [ $exitCode != 0 ]; then