docs: fix the test which could never fail

This commit is contained in:
Antoine Eiche 2021-10-14 09:07:32 +02:00
parent 74bb227990
commit acaba31d8f

View File

@ -84,6 +84,7 @@
then
echo "The file ./docs/options.rst is not up-to-date and needs to be regenerated!"
echo " hint: run 'nix-shell --run generate-rst-options' to generate this file"
exit 1
fi
echo "test: ok" > $out
'';