mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r19729] Purpose:
Fix the test script from the previous checkin r19726 due to contiguous build system failure. Previous Log: [BZ2072]Add compare output to expected test for help and version options of mkgrp. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE)
This commit is contained in:
parent
1c45b0eeb5
commit
2f6c4339ec
@ -167,9 +167,9 @@ echo "FILEOUT=" $FILEOUT
|
||||
CMPTEST()
|
||||
{
|
||||
FILEOUT=$OUTDIR/$1
|
||||
expect="$srcdir/testfiles/`basename $1 .h5`.txt"
|
||||
actual="./testfiles/`basename $1 .h5`.out"
|
||||
actual_err="./testfiles/`basename $1 .h5`.err"
|
||||
expect="$INDIR/`basename $1 .h5`.txt"
|
||||
actual="$OUTDIR/`basename $1 .h5`.out"
|
||||
actual_err="$OUTDIR/`basename $1 .h5`.err"
|
||||
shift
|
||||
|
||||
# Stderr is included in stdout so that the diff can detect
|
||||
|
Loading…
Reference in New Issue
Block a user