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:
parent
0203b962c9
commit
a8faf6a43a
1 changed files with 1 additions and 6 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue