mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-30 01:14:16 +02:00
start_test.sh: Abort tests on sles/12.4, php package is broken
This commit is contained in:
parent
faa7532467
commit
8b1d461f05
@ -1,6 +1,12 @@
|
||||
#!/bin/bash
|
||||
# this script runs in the rpm_test environment
|
||||
|
||||
. /etc/os-release
|
||||
if [ "$VERSION" == "12-SP4" ]; then
|
||||
echo "Can't run test on sles/12.4, php packages are broken"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
SCRIPT_HOME="$(dirname "$(readlink -f "$0")")"
|
||||
|
||||
if ! $SCRIPT_HOME/prepare_test.sh; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user