Skip to content

Commit

Permalink
Remove reference to old dumpling URL (dotnet#8338)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabYourPitchforks authored Sep 16, 2020
1 parent 40be8b7 commit 440e289
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions tests/coredump_handling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ function print_info_from_core_file {
fi
}

function download_dumpling_script {
echo "Downloading latest version of dumpling script."
wget "https://dumpling.azurewebsites.net/api/client/dumpling.py"

local dumpling_script="dumpling.py"
chmod +x $dumpling_script
}

function upload_core_file_to_dumpling {
local core_file_name=$1
local paths_to_add=$2
Expand All @@ -75,11 +67,7 @@ function upload_core_file_to_dumpling {
touch ./$dumpling_file

if [ ! -x $dumpling_script ]; then
download_dumpling_script
fi

if [ ! -x $dumpling_script ]; then
echo "Failed to download dumpling script. Dump cannot be uploaded."
echo "Dumpling script not found. Dump cannot be uploaded."
return
fi

Expand Down

0 comments on commit 440e289

Please sign in to comment.