Fix missing wait_for in check-iprop

This commit is contained in:
Viktor Dukhovni
2017-05-28 15:34:02 -04:00
committed by Nico Williams
parent 2d968c5c88
commit 8a0186c5b9

View File

@@ -283,7 +283,7 @@ ${kadmin} -l get host/bar@${R} > /dev/null 2>/dev/null && exit 1
echo "Re-add host"
${kadmin} -l add --random-key --use-defaults host/foo@${R} || exit 1
${kadmin} -l add --random-key --use-defaults host/bar@${R} || exit 1
slave_check_exists host/bar@${R}
wait_for "Slave sees re-added host" slave_check_exists "host/bar@${R}"
echo "kill slave and remove log and database"
> iprop-stats