Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9011)

Unified Diff: chrome/test/data/safe_browsing/dmg/make_hfs.sh

Issue 2750913003: Add temporary debugging to make_hfs.sh. (Closed)
Patch Set: Add -debug while I'm at it. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/safe_browsing/dmg/make_hfs.sh
diff --git a/chrome/test/data/safe_browsing/dmg/make_hfs.sh b/chrome/test/data/safe_browsing/dmg/make_hfs.sh
index 4287ee4926befa041ce534c600b27d433608f667..0de6c360da8f59e596798b7531b8776021ce9ddf 100755
--- a/chrome/test/data/safe_browsing/dmg/make_hfs.sh
+++ b/chrome/test/data/safe_browsing/dmg/make_hfs.sh
@@ -33,6 +33,10 @@ fi
RAMDISK_VOLUME=$(hdiutil attach -nomount ram://$RAMDISK_SIZE)
diskutil erasevolume "${FILESYSTEM_TYPE}" "${VOLUME_NAME}" ${RAMDISK_VOLUME}
+>&2 echo "Temporary debugging for crbug.com/696529."
+>&2 diskutil list
+>&2 hdiutil pmap -complete -debug ${RAMDISK_VOLUME}
+>&2 echo "RAMDISK_VOLUME: " + ${RAMDISK_VOLUME}
diskutil mount ${RAMDISK_VOLUME}
pushd "/Volumes/${VOLUME_NAME}"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698