X-Git-Url: http://git.rot13.org/?p=Fuse-DBI;a=blobdiff_plain;f=Makefile;h=70681940128c2cd166fc0a3ed50a44250726ce98;hp=4fcba46646f5ff6793fd92e885d3ae04e2d1e8af;hb=b77513f61c34fa112931d0806026208237d81e46;hpb=92686c667148f33c2c1b0f80e6593a7c5592dfe8 diff --git a/Makefile b/Makefile index 4fcba46..7068194 100644 --- a/Makefile +++ b/Makefile @@ -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