blob: 45c8629c8601112c81e3df3d8ef3e383b9570841 [file] [log] [blame]
Matthew Treinish3d468112013-10-24 21:49:14 +00001#!/bin/sh
2TEMPDIR=`mktemp -d`
3CFGFILE=tempest.conf.sample
4tools/config/generate_sample.sh -b ./ -p tempest -o $TEMPDIR
5if ! diff $TEMPDIR/$CFGFILE etc/$CFGFILE
6then
7 echo "E: tempest.conf.sample is not up to date, please run:"
Matthew Treinish6eb05852013-11-26 15:28:12 +00008 echo "tools/generate_sample.sh"
Matthew Treinish3d468112013-10-24 21:49:14 +00009 exit 42
10fi