summaryrefslogtreecommitdiffstats
path: root/java/test/junit.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-04-09 20:07:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-04-09 20:07:29 (GMT)
commit057a4e7fd635bbd1c9ce1f04692cd9f4b827dc86 (patch)
tree7051f7a0cea3a7defd607acf0605dbb7a8d6d358 /java/test/junit.sh.in
parent38cccb23ba8ee37efd96532821413061696cd6c1 (diff)
downloadhdf5-057a4e7fd635bbd1c9ce1f04692cd9f4b827dc86.zip
hdf5-057a4e7fd635bbd1c9ce1f04692cd9f4b827dc86.tar.gz
hdf5-057a4e7fd635bbd1c9ce1f04692cd9f4b827dc86.tar.bz2
Fix Java test for DEBUG_APIS
Diffstat (limited to 'java/test/junit.sh.in')
-rw-r--r--java/test/junit.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/test/junit.sh.in b/java/test/junit.sh.in
index 77379d0..ca3790d 100644
--- a/java/test/junit.sh.in
+++ b/java/test/junit.sh.in
@@ -64,11 +64,11 @@ $HDFLIB_HOME/ext/slf4j-simple-1.7.5.jar
$top_builddir/java/src/$JARFILE
"
LIST_DATA_FILES="
-$HDFTEST_HOME/JUnit-interface.txt
+$HDFTEST_HOME/JUnit-unit.txt
$HDFTEST_HOME/JUnit-interface.ert
"
-expect="JUnit-interface.txt"
+expect="JUnit-unit.txt"
actual="JUnit-interface.out"
actual_err="JUnit-interface.err"
actual_ext="JUnit-interface.ext"
@@ -257,11 +257,11 @@ esac
export LD_LIBRARY_PATH
-echo "$JAVAEXE $JAVAEXEFLAGS -Xmx1024M -Dorg.slf4j.simpleLogger.defaultLog=trace -Djava.library.path=$BLDLIBDIR -cp $CLASSPATH -ea org.junit.runner.JUnitCore test.TestAll"
+echo "$JAVAEXE $JAVAEXEFLAGS -Xmx1024M -Dorg.slf4j.simpleLogger.defaultLog=trace -Djava.library.path=$BLDLIBDIR -cp $CLASSPATH -ea org.junit.runner.JUnitCore test.TestUnit"
# Run test.
TESTING JUnit
(
- $RUNSERIAL $JAVAEXE $JAVAEXEFLAGS -Xmx1024M -Dorg.slf4j.simpleLogger.defaultLog=trace -Djava.library.path=$BLDLIBDIR -cp $CLASSPATH -ea org.junit.runner.JUnitCore test.TestAll
+ $RUNSERIAL $JAVAEXE $JAVAEXEFLAGS -Xmx1024M -Dorg.slf4j.simpleLogger.defaultLog=trace -Djava.library.path=$BLDLIBDIR -cp $CLASSPATH -ea org.junit.runner.JUnitCore test.TestUnit
) >$actual_ext 2>$actual_err
# Extract file name, line number, version and thread IDs because they may be different