We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a877182 commit 9d5e676Copy full SHA for 9d5e676
examples/virtual-hard-disk/01-VirtualHardDisks.sh
@@ -16,6 +16,7 @@ azure vhd save -o --resourcegroupname "$groupName" --sourceuri https://"$storage
16
17
printf "\n5. Validating the downloaded file is the same.\n"
18
diffResult=`diff ./test_downloaded_by_clu.vhd $BASEDIR/test_uploaded_byps.vhd`
19
+printf "Difference Result = '%s'.\n" "$diffResult"
20
if [ "$diffResult" = "" ]; then
21
echo "Checked"
22
else
0 commit comments