Fix build failures

Fix a mistake in the documentation markup that prevented the
doc from building, needed to reverse the order of two tags.

Remove the $(PYTHON) from TESTS_ENVIRONMENT, it was causing
python to be invoked passing /bin/sh to it as a script.

License: MIT
Signed-off-by: John Dennis <jdennis@redhat.com>
This commit is contained in:
John Dennis 2015-03-21 10:57:26 -04:00 committed by Benjamin Dauvergne
parent ec73384ccf
commit bbcee8a480
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
TESTS = #
TESTS_ENVIRONMENT=TOP_SRCDIR=$(top_srcdir) $(PYTHON)
TESTS_ENVIRONMENT=TOP_SRCDIR=$(top_srcdir)
if PYTHON_ENABLED
TESTS += profiles_tests.py binding_tests.py

View File

@ -984,7 +984,7 @@ lasso_server_get_encryption_private_keys(LassoServer *server)
* </para></listitem>
* <listitem><para>
* LASSO_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILED if the @trusted_root file cannot be loaded,
* </listitem></para>
* </para></listitem>
* </itemizedlist>
*/
lasso_error_t