--- trunk/Makefile 2004/08/04 09:03:05 2 +++ trunk/Makefile 2004/08/04 16:17:09 6 @@ -1,4 +1,8 @@ all: - sudo umount /mnt2 + sudo modprobe fuse + sudo umount /mnt2 || exit 0 ./fuse_dbi.pl /mnt2 sudo umount /mnt2 + +test: + psql -q -t -A -c "select template from template where oid=3035699" webgui > foo