--- trunk/Makefile 2004/08/04 09:03:05 2 +++ trunk/Makefile 2004/08/04 09:25:31 3 @@ -1,4 +1,7 @@ all: - sudo umount /mnt2 + 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