|
@@ -19,7 +19,7 @@ cd "$DIR/../../.." || exit 1
|
|
export MAVEN_OPTS="-Xmx4096m"
|
|
export MAVEN_OPTS="-Xmx4096m"
|
|
mvn -B install -f pom.ozone.xml -DskipTests
|
|
mvn -B install -f pom.ozone.xml -DskipTests
|
|
mvn -B -fn test -f pom.ozone.xml -pl :hadoop-ozone-integration-test,:hadoop-ozone-filesystem,:hadoop-ozone-tools \
|
|
mvn -B -fn test -f pom.ozone.xml -pl :hadoop-ozone-integration-test,:hadoop-ozone-filesystem,:hadoop-ozone-tools \
|
|
- -Dtest=\!TestMiniChaosOzoneCluster
|
|
|
|
|
|
+ -Dtest=\!TestMiniChaosOzoneCluster "$@"
|
|
|
|
|
|
REPORT_DIR=${OUTPUT_DIR:-"$DIR/../../../target/integration"}
|
|
REPORT_DIR=${OUTPUT_DIR:-"$DIR/../../../target/integration"}
|
|
mkdir -p "$REPORT_DIR"
|
|
mkdir -p "$REPORT_DIR"
|