mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r1521] Forgot to change the arguments for the $diff command when I changed
them for $cmp the last time. Updated it. now it works for --srcdir option too.
This commit is contained in:
parent
072143ba88
commit
946083cb9b
@ -49,9 +49,9 @@ DUMP()
|
||||
echo " PASSED"
|
||||
else
|
||||
echo "*FAILED*"
|
||||
echo " Actual result (*.out) differs from expected result (*.ddl)"
|
||||
echo " Expected result (*.ddl) differs from actual result (*.out)"
|
||||
nerrors="`expr $nerrors + 1`"
|
||||
test yes = "$verbose" && $diff $srcdir/$expect $actual |sed 's/^/ /'
|
||||
test yes = "$verbose" && $diff $expect $actual |sed 's/^/ /'
|
||||
fi
|
||||
|
||||
# Clean up output file
|
||||
|
Loading…
Reference in New Issue
Block a user