File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cd $TOPDIR
13
13
if [ " $1 " != " " ]; then
14
14
configs=$1
15
15
else
16
- configs=$( ls etc/mock | grep .cfg | grep -v default | egrep -v ' arm|ppc|s390|sparc|aarch' )
16
+ configs=$( ls ../mock-core-configs/ etc/mock | grep .cfg | grep -v default | egrep -v ' arm|ppc|s390|sparc|aarch' )
17
17
fi
18
18
19
19
trap ' $MOCKCMD --clean; exit 1' INT HUP QUIT TERM
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ VERBOSE=--verbose
11
11
testConfig=fedora-26-x86_64
12
12
uniqueext="$$-$RANDOM"
13
13
outdir=${TOPDIR}/mock-unit-test
14
- cfgdir=${TOPDIR}/etc/mock
14
+ cfgdir=${TOPDIR}/../mock-core-configs/ etc/mock
15
15
#MOCKCMD="sudo ./py/mock.py $VERBOSE --resultdir=$outdir --uniqueext=$uniqueext --configdir=$cfgdir -r $testConfig --plugin-option=root_cache:age_check=False $MOCK_EXTRA_ARGS"
16
16
MOCKCMD="mock $VERBOSE --resultdir=$outdir --uniqueext=$uniqueext --configdir=$cfgdir -r $testConfig $MOCK_EXTRA_ARGS"
17
17
MOCKCHAIN="mockchain -r $testConfig"
You can’t perform that action at this time.
0 commit comments