summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorBryan P. Arant <bryanar@microsoft.com>2016-08-16 17:25:27 -0700
committerBryan P. Arant <bryanar@microsoft.com>2016-08-16 19:53:39 -0700
commita7bac8bd22d1c2c54e9339e11cc882d446ff0baf (patch)
treeace077573642111a36bf2e9b2906af1867cbd6e1 /tests/runtest.sh
parent68f3852c6b39f8a64b06739e7f7c932796cf2407 (diff)
downloadcoreclr-a7bac8bd22d1c2c54e9339e11cc882d446ff0baf.tar.gz
coreclr-a7bac8bd22d1c2c54e9339e11cc882d446ff0baf.tar.bz2
coreclr-a7bac8bd22d1c2c54e9339e11cc882d446ff0baf.zip
printing dumpling url at upload time.
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 8b835e0679..13e940c7b6 100755
--- a/tests/runtest.sh
+++ b/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 {