Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | TEMPDIR=`mktemp -d` | ||||
3 | CFGFILE=tempest.conf.sample | ||||
4 | tools/config/generate_sample.sh -b ./ -p tempest -o $TEMPDIR | ||||
5 | if ! diff $TEMPDIR/$CFGFILE etc/$CFGFILE | ||||
6 | then | ||||
7 | echo "E: tempest.conf.sample is not up to date, please run:" | ||||
Matthew Treinish | 6eb0585 | 2013-11-26 15:28:12 +0000 | [diff] [blame] | 8 | echo "tools/generate_sample.sh" |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 9 | exit 42 |
10 | fi |