mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
Fix problem with make distcheck
This commit is contained in:
parent
9c8fdf5101
commit
0d03554147
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user