summaryrefslogtreecommitdiff
path: root/manual tests
diff options
context:
space:
mode:
authorStefan Graupner <stefan.graupner@gmail.com>2017-05-17 16:58:45 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-21 21:51:22 +0300
commitf4b20a1cc3e4526499823355a86cbcf28ea849f0 (patch)
tree4fa6d89ea015338c6d2d42555e870ed54a9828b5 /manual tests
parent80f252bb5cafca5b532f19bdc2facd47a9e02afc (diff)
downloadmeson-f4b20a1cc3e4526499823355a86cbcf28ea849f0.tar.gz
Re-add comment about hdiutil output
Diffstat (limited to 'manual tests')
-rwxr-xr-xmanual tests/4 standalone binaries/build_osx_package.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual tests/4 standalone binaries/build_osx_package.sh b/manual tests/4 standalone binaries/build_osx_package.sh
index f452d519d..eb4ec38c1 100755
--- a/manual tests/4 standalone binaries/build_osx_package.sh
+++ b/manual tests/4 standalone binaries/build_osx_package.sh
@@ -11,6 +11,8 @@ gunzip < template.dmg.gz > working.dmg
hdiutil attach working.dmg -noautoopen -quiet -mountpoint mnttmp
rm -rf mnttmp/myapp.app
mv /tmp/myapp.app mnttmp
+# NOTE: output of hdiutil changes every now and then.
+# Verify that this is still working.
hdiutil detach $(hdiutil info|grep "mnttmp"|awk '{print $1}')
rm -rf mnttmp
rm -f myapp.dmg