mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
docs: fix the test which could never fail
This commit is contained in:
parent
74bb227990
commit
acaba31d8f
@ -84,6 +84,7 @@
|
|||||||
then
|
then
|
||||||
echo "The file ./docs/options.rst is not up-to-date and needs to be regenerated!"
|
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"
|
echo " hint: run 'nix-shell --run generate-rst-options' to generate this file"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "test: ok" > $out
|
echo "test: ok" > $out
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user