fmf: Drop obsolete standard-test-source support

All of Fedora's and RHEL's CI works on FMF these days.
This commit is contained in:
Martin Pitt 2023-03-27 13:36:05 +02:00 committed by Martin Pitt
parent 0203b962c9
commit a8faf6a43a

View file

@ -2,12 +2,7 @@
set -eux set -eux
TESTS="$(realpath $(dirname "$0"))" TESTS="$(realpath $(dirname "$0"))"
if [ -d source ]; then
# path for standard-test-source
SOURCE="$(pwd)/source"
else
SOURCE="$(realpath $TESTS/../..)" SOURCE="$(realpath $TESTS/../..)"
fi
LOGS="$(pwd)/logs" LOGS="$(pwd)/logs"
mkdir -p "$LOGS" mkdir -p "$LOGS"
chmod a+w "$LOGS" chmod a+w "$LOGS"