printing dumpling url at upload time.
authorBryan P. Arant <bryanar@microsoft.com>
Wed, 17 Aug 2016 00:25:27 +0000 (17:25 -0700)
committerBryan 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

index 8b835e0..13e940c 100755 (executable)
@@ -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 {