From 940cebe09c28d53d3e9c63fc576f684abcde731f Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 15 May 2003 09:32:20 -0500 Subject: [PATCH] [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: --- config/conclude.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/conclude.in b/config/conclude.in index 18b6020632..ad90169cb7 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -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 \