merge from develop and apply HDFFV-8611

This commit is contained in:
Allen Byrne
2017-05-24 15:00:51 -05:00
parent 206c4a43e8
commit 635e8c5377
47 changed files with 2965 additions and 2498 deletions

View File

@@ -242,6 +242,8 @@ TOOLTEST() {
# Create the expect file if it doesn't yet exist.
echo " CREATED"
cp $actual $expect
echo " Expected result (*.ddl) missing"
nerrors="`expr $nerrors + 1`"
elif $CMP $expect $actual; then
echo " PASSED"
elif test $h5haveexitcode = 'yes' -a -z "$pmode"; then