Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30966/darwin_app
Modified Files: Makefile Log Message: disable test_package because it hangs waiting for a human to type Y to the license prompt... hmm how to work around that...
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** Makefile 29 Sep 2006 00:28:40 -0000 1.54 --- Makefile 29 Sep 2006 03:37:43 -0000 1.55 *************** *** 309,317 ****
test_package: ! echo "Mounting $(DMG_NAME)" ! cd $(CWD) && hdiutil mount "$(DMG_NAME).dmg" # some better tests should go in here ! echo "Ejecting $(DMG_NAME)" ! cd $(CWD) && hdiutil eject `mount | grep "$(DMG_NAME)" | cut -d ' ' -f 1`
--- 309,319 ----
test_package: ! echo "Bypassing test..." ! # echo "Mounting $(DMG_NAME)" ! # this triggers the license prompt... hmm how to work around that... ! # cd $(CWD) && hdiutil mount "$(DMG_NAME).dmg" # some better tests should go in here ! # echo "Ejecting $(DMG_NAME)" ! # cd $(CWD) && hdiutil eject `mount | grep "$(DMG_NAME)" | cut -d ' ' -f 1`