diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-09-19 16:53:34 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-09-19 16:53:34 (GMT) |
commit | 7c1e888bde6c2c3c345f37022099e1f294267f3c (patch) | |
tree | 256b30fdec671a1c5b5f05b0e0a46659ab58e816 /examples | |
parent | cbf85a8964335aba943942222cbf58daedead057 (diff) | |
download | hdf5-7c1e888bde6c2c3c345f37022099e1f294267f3c.zip hdf5-7c1e888bde6c2c3c345f37022099e1f294267f3c.tar.gz hdf5-7c1e888bde6c2c3c345f37022099e1f294267f3c.tar.bz2 |
[svn-r2572] Purpose:
Feature
Description:
Most tests are done inside a for-loop. Whenever a test exits
with error, the for-loop does a "exit 1" to exit the make.
"make -i" could not catch and ignore the error status.
Solution:
Replaced "exit 1" with break. At the end of the for-loop,
test if all tests have been run. If not, the for-loop is
ended by the break command, thus raise an error. Now,
'make -i' can catch and ignor it.
Also added the test of variable HDF5_Make_Ignore inside the
for-loop to indicate the desire to ignore errors when the
HDF5_Make_Ignore is set to a non-null/blank string.
Platforms:
Tested on modi4 and eirene.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions