Skip to content

Commit 9d5e676

Browse files
committed
Update Difference Result Output
1 parent a877182 commit 9d5e676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/virtual-hard-disk/01-VirtualHardDisks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ azure vhd save -o --resourcegroupname "$groupName" --sourceuri https://"$storage
1616

1717
printf "\n5. Validating the downloaded file is the same.\n"
1818
diffResult=`diff ./test_downloaded_by_clu.vhd $BASEDIR/test_uploaded_byps.vhd`
19+
printf "Difference Result = '%s'.\n" "$diffResult"
1920
if [ "$diffResult" = "" ]; then
2021
echo "Checked"
2122
else

0 commit comments

Comments
 (0)