Fix problem with make distcheck

This commit is contained in:
vsr 2013-02-20 07:13:26 +00:00
parent 87252edaac
commit a3a4fb8d58

View File

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