Initial testing stuff; want to rearrange.
[adns] / regress / m1test
CommitLineData
12c5b204 1#!/bin/sh
2# usage: m1test <name> <initfile> <queryargs>
3
4set -e
5tcn="$1"
6initfile="$2"
7queryargs="$*"
8test -d ../testcases || cd testcases
9
10initstring="`cat $initfile.init`"
11
12exec >$tcn.log
13echo "$initfile"
14echo "$queryargs"
15
16H../hrecord "/$initstring" $queryargs