don't create things in scriptdir
This commit is contained in:
parent
20bdfb38a1
commit
35c277a908
@ -36,8 +36,6 @@ function regenerate_pl() {
|
|||||||
|
|
||||||
arch=${@: -1}
|
arch=${@: -1}
|
||||||
|
|
||||||
cpp -E -U__ppc64__ -U__x86_64__ -D__$arch\__ create_test_$target\_dvd-1.testcase -o \
|
|
||||||
$SCRIPTDIR/create_test_$target\_dvd-$suffix.$arch.testcase
|
|
||||||
tcfile=tc.$target.$suffix.$1
|
tcfile=tc.$target.$suffix.$1
|
||||||
: > $tcfile
|
: > $tcfile
|
||||||
for i in "$@"; do
|
for i in "$@"; do
|
||||||
@ -45,7 +43,7 @@ function regenerate_pl() {
|
|||||||
echo "repo $i 0 solv $i.solv" >> $tcfile
|
echo "repo $i 0 solv $i.solv" >> $tcfile
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
cat $SCRIPTDIR/create_test_$target\_dvd-$suffix.$arch.testcase >> $tcfile
|
cpp -E -U__ppc64__ -U__x86_64__ -D__$arch\__ $SCRIPTDIR/create_test_$target\_dvd-1.testcase >> $tcfile
|
||||||
|
|
||||||
out=$(mktemp)
|
out=$(mktemp)
|
||||||
testsolv -r $tcfile > $out
|
testsolv -r $tcfile > $out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user