blob: 45c8629c8601112c81e3df3d8ef3e383b9570841 [file] [log] [blame]
#!/bin/sh
TEMPDIR=`mktemp -d`
CFGFILE=tempest.conf.sample
tools/config/generate_sample.sh -b ./ -p tempest -o $TEMPDIR
if ! diff $TEMPDIR/$CFGFILE etc/$CFGFILE
then
echo "E: tempest.conf.sample is not up to date, please run:"
echo "tools/generate_sample.sh"
exit 42
fi