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
|
||||
|
||||
TESTS="$(realpath $(dirname "$0"))"
|
||||
if [ -d source ]; then
|
||||
# path for standard-test-source
|
||||
SOURCE="$(pwd)/source"
|
||||
else
|
||||
SOURCE="$(realpath $TESTS/../..)"
|
||||
fi
|
||||
SOURCE="$(realpath $TESTS/../..)"
|
||||
LOGS="$(pwd)/logs"
|
||||
mkdir -p "$LOGS"
|
||||
chmod a+w "$LOGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue