#!/bin/sh
#VERBOSITY="-v -v -v"
#VERBOSITY="-v"
# Pick up shared variable definitions
. ./etc/nl_shared.conf

# Remove various files created when running.
rm -f nl_*.log ${log_file} \
${parser_output}* \
${sqlite_db} \
./var/log/*.log \
./var/run/*.state \
./var/run/*.pid

# Drop and re-create the entire test DB
nl_loader $VERBOSITY -u sqlite://${sqlite_db} -C < /dev/null
