#!/bin/sh # # Create an object 'example1.gnucomo.test' in the database and # parse a piece of an apache error log file. # This tests normal operation in which gcm_input reads a error log file # directly. rm -f gcm_input.log createdb gnucomo_test if psql gnucomo_test -q <../src/database/create.sql >/dev/null then psql gnucomo_test -q -c "insert into object (objectname) values ('example1.gnucomo.test')" ../src/gcm_input/gcm_input -v -c gnucomo_test -h example1.gnucomo.test -d 'dec 5 2007 15:30:45'