aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-12 12:37:41 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-12 12:37:41 +0200
commit451297fcc9511b37ca5204396312214eef7f5050 (patch)
tree2744015050897bb446d2904d8ffdc6e0d5c67c30 /check_eclasses_eapis.sh
parentAdd script to print eclass-EAPI matrix (diff)
downloadqa-scripts-451297fcc9511b37ca5204396312214eef7f5050.tar.gz
qa-scripts-451297fcc9511b37ca5204396312214eef7f5050.tar.bz2
qa-scripts-451297fcc9511b37ca5204396312214eef7f5050.zip
check_eclasses_eapis: Run matrix generation as well
Diffstat (limited to 'check_eclasses_eapis.sh')
-rwxr-xr-xcheck_eclasses_eapis.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh
index b78fb39..3a2e39b 100755
--- a/check_eclasses_eapis.sh
+++ b/check_eclasses_eapis.sh
@@ -66,5 +66,7 @@ for x in ${ECLASSES}; do
done
popd > /dev/null
+"${0}"/eclass-eapi-matrix.py "${DIR}"
+
rm ${TMPEAPIS}
rm ${TMPECLASS}