diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-05-15 14:32:20 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-05-15 14:32:20 (GMT) |
commit | 940cebe09c28d53d3e9c63fc576f684abcde731f (patch) | |
tree | 5f9d8a9a6e3077f6e564c66d97bb9d13ea288b0c /config | |
parent | 06cb1bd8f9125984db35c044742a1c6a4ed2d353 (diff) | |
download | hdf5-940cebe09c28d53d3e9c63fc576f684abcde731f.zip hdf5-940cebe09c28d53d3e9c63fc576f684abcde731f.tar.gz hdf5-940cebe09c28d53d3e9c63fc576f684abcde731f.tar.bz2 |
[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:
Diffstat (limited to 'config')
-rw-r--r-- | config/conclude.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/conclude.in b/config/conclude.in index 18b6020..ad90169 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 \ |