Remove 'set -e' from Maven testing scripts (#6262)

This commit is contained in:
jhendersonHDF
2026-03-04 16:26:50 -06:00
committed by GitHub
parent 6e7fec1cc2
commit 81326fd1d6
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -11,8 +11,6 @@
# ./test-maven-ffm.sh 2.0.1-SNAPSHOT https://maven.pkg.github.com/HDFGroup/hdf5 /tmp/maven-test-ffm # ./test-maven-ffm.sh 2.0.1-SNAPSHOT https://maven.pkg.github.com/HDFGroup/hdf5 /tmp/maven-test-ffm
# #
set -e # Exit on error
# Determine source directory (where this script lives) # Determine source directory (where this script lives)
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-2
View File
@@ -11,8 +11,6 @@
# ./test-maven-jni.sh 2.0.1-SNAPSHOT https://maven.pkg.github.com/HDFGroup/hdf5 /tmp/maven-test-jni # ./test-maven-jni.sh 2.0.1-SNAPSHOT https://maven.pkg.github.com/HDFGroup/hdf5 /tmp/maven-test-jni
# #
set -e # Exit on error
# Determine source directory (where this script lives) # Determine source directory (where this script lives)
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"