From: vsr Date: Wed, 20 Feb 2013 07:13:26 +0000 (+0000) Subject: Fix problem with make distcheck X-Git-Tag: V6_main_FINAL~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a3a4fb8d58c62a26c76daf902d9bb9695b4d53dd;p=modules%2Fgeom.git Fix problem with make distcheck --- diff --git a/doc/salome/examples/Makefile.am b/doc/salome/examples/Makefile.am index eb1d0eb80..bf5110fb1 100644 --- a/doc/salome/examples/Makefile.am +++ b/doc/salome/examples/Makefile.am @@ -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