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:
890f81c
)
printing dumpling url at upload time.
author
Bryan P. Arant
<bryanar@microsoft.com>
Wed, 17 Aug 2016 00:25:27 +0000
(17:25 -0700)
committer
Bryan P. Arant
<bryanar@microsoft.com>
Wed, 17 Aug 2016 02:53:39 +0000
(19:53 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/
a7bac8bd22d1c2c54e9339e11cc882d446ff0baf
src/coreclr/tests/runtest.sh
patch
|
blob
|
history
diff --git
a/src/coreclr/tests/runtest.sh
b/src/coreclr/tests/runtest.sh
index
8b835e0
..
13e940c
100755
(executable)
--- a/
src/coreclr/tests/runtest.sh
+++ b/
src/coreclr/tests/runtest.sh
@@
-618,7
+618,7
@@
function upload_core_file_to_dumpling {
fi
# The output from this will include a unique ID for this dump.
- ./$dumpling_script "--corefile" "$core_file_name" "upload" "--addpaths" $paths_to_add "--squelch"
>>
$dumpling_file
+ ./$dumpling_script "--corefile" "$core_file_name" "upload" "--addpaths" $paths_to_add "--squelch"
| tee -a
$dumpling_file
}
function preserve_core_file {