Add facility to specify razor command when running tests.
This makes it easy to run under eg., valgrind as:
./details "libtool --mode=execute valgrind --leak-check=yes ../src/razor"
9 if [ ! -e "$RAZOR_ROOT$1" ]; then
10 echo $1: Not in filesystem >&2
16 ../src/razor list-files | grep -x "$1" > /dev/null
18 echo $1: Not in database >&2
23 export RAZOR_ROOT=`mktemp -dt` || exit 1
25 export YUM_URL="file://localhost/`pwd`"
26 $razor import-yum || exit 1
27 $razor install filesystem || exit 1
31 check_file /usr/include
32 check_filesystem /media/cdrom