[svn-r6874] Description:

Change the wording of the parallel test to as a hint.

Platforms tested:
Just a change of echo statement.  Tested in Eirene only.

Misc. update:
This commit is contained in:
Albert Cheng 2003-05-15 09:32:20 -05:00
parent 06cb1bd8f9
commit 940cebe09c

View File

@ -51,14 +51,14 @@ check test _test: tests
done; \
test $$test = dummy || false
@if test -n "$(TEST_PROGS_PARA)"; then \
echo "****NOTE****"; \
echo "**** Hint ****"; \
echo "Parallel test files reside in the current directory" \
"by default."; \
echo "Set HDF5_PARAPREFIX to use another directory. E.g.,"; \
echo " HDF5_PARAPREFIX=/PFS/user/me"; \
echo " export HDF5_PARAPREFIX"; \
echo " make check"; \
echo "****end of NOTE****"; \
echo "**** end of Hint ****"; \
fi
@for test in $(TEST_PROGS_PARA) dummy; do \
if test $$test != dummy; then \