parent
e0fa1040af
commit
93824886e9
|
@ -49,7 +49,7 @@ services:
|
|||
- ./docker-config
|
||||
command: ["/opt/hadoop/bin/ozone","s3g"]
|
||||
scm:
|
||||
image: apache/ozone-runner:latest:${HADOOP_RUNNER_VERSION}
|
||||
image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
||||
hostname: scm
|
||||
volumes:
|
||||
- ../..:/opt/hadoop
|
||||
|
|
|
@ -64,7 +64,7 @@ services:
|
|||
- ./docker-config
|
||||
command: ["/opt/hadoop/bin/ozone","s3g"]
|
||||
scm:
|
||||
image: apache/ozone-runner:latest:${HADOOP_RUNNER_VERSION}
|
||||
image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
||||
hostname: scm
|
||||
volumes:
|
||||
- ../..:/opt/hadoop
|
||||
|
|
|
@ -37,7 +37,8 @@ for test in $(find "$SCRIPT_DIR" -name test.sh); do
|
|||
./test.sh
|
||||
ret=$?
|
||||
if [[ $ret -ne 0 ]]; then
|
||||
RESULT=-1
|
||||
RESULT=1
|
||||
echo "ERROR: Test execution of $(dirname "$test") is FAILED!!!!"
|
||||
fi
|
||||
RESULT_DIR="$(dirname "$test")/result"
|
||||
cp "$RESULT_DIR"/robot-*.xml "$ALL_RESULT_DIR"
|
||||
|
|
Loading…
Reference in New Issue