blob: 049e6e909a5b9bf9ec06cf0fdc66b8707bb36bb6 [file] [log] [blame]
#!/bin/bash -e
#
# Copyright (c) 2019, 2021 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Distribution License v. 1.0, which is available at
# http://www.eclipse.org/org/documents/edl-v10.php.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Arguments:
# N/A
if [ ${CONTINUOUS_BUILD} = "true" ]; then
echo '-[ EclipseLink Continuous Build -> No server tests]-------------------------------'
else
echo '-[ EclipseLink Test Server ]-----------------------------------------------------------'
echo '-[ INFO Server tests are temporary disabled until server with Jakarta packages will be available]-'
# /opt/bin/mysql-start.sh
# mvn -V --batch-mode verify -pl :org.eclipse.persistence.jpa.test -P server-test-jpa-lrg1,mysql
# mvn -V --batch-mode verify -pl :org.eclipse.persistence.jpa.test -P server-test-jpa-lrg2,mysql
# /opt/bin/mysql-stop.sh
fi