Fix problem with make distcheck

This commit is contained in:
vsr 2013-02-20 07:13:59 +00:00
parent 9c8fdf5101
commit 0d03554147

View File

@ -176,5 +176,5 @@ EXTRA_DIST += $(pyexamples_SCRIPTS) testme.py
installcheck-local:
@for f in $(GOOD_TESTS) ; do \
env SMESH_ROOT_DIR=$(prefix) python $(top_srcdir)/doc/salome/examples/testme.py $(top_srcdir)/doc/salome/examples/$$f || exit 1; \
env SMESH_ROOT_DIR=$(prefix) python -B $(top_srcdir)/doc/salome/examples/testme.py $(top_srcdir)/doc/salome/examples/$$f || exit 1; \
done