diff options
| author | Vailin Choi <vchoi@hdfgroup.org> | 2018-05-30 19:48:19 (GMT) |
|---|---|---|
| committer | Vailin Choi <vchoi@hdfgroup.org> | 2018-05-30 19:48:19 (GMT) |
| commit | 584a810764081bc9a4dc61e2835a28e217a4538f (patch) | |
| tree | 24cf76e3c62ff5df498e73fa602f2a3400d86e84 /java | |
| parent | be2fc7dcd1720590e9970edc6c74a48329fccbc2 (diff) | |
| parent | d184e6db94163dcc8761182744a6c524a4850887 (diff) | |
| download | hdf5-584a810764081bc9a4dc61e2835a28e217a4538f.zip hdf5-584a810764081bc9a4dc61e2835a28e217a4538f.tar.gz hdf5-584a810764081bc9a4dc61e2835a28e217a4538f.tar.bz2 | |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'd184e6db94163dcc8761182744a6c524a4850887':
Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c.
Correct script names
Fix typo
Minor H5FS tweaks.
Put back CTRL-L chars
Update support link
Update text
Valgrind fixed by checking for prefix_len of 0
Diffstat (limited to 'java')
| -rw-r--r-- | java/test/junit.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/junit.sh.in b/java/test/junit.sh.in index c74d2e0..07c3242 100644 --- a/java/test/junit.sh.in +++ b/java/test/junit.sh.in @@ -224,8 +224,8 @@ CLEAN_DATAFILES_AND_BLDDIR() INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'` INODE_DDIR=`$LS -i -d $BLDDIR | $AWK -F' ' '{print $1}'` if [ "$INODE_SDIR" != "$INODE_DDIR" ]; then - $RM $BLDDIR/JUnit-interface.ert - $RM $BLDDIR/JUnit-interface.txt + $RM $BLDDIR/JUnit-*.ert + $RM $BLDDIR/JUnit-*.txt fi } |
