commit: 451297fcc9511b37ca5204396312214eef7f5050
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 12 10:37:41 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 12 10:37:41 2018 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=451297fc
check_eclasses_eapis: Run matrix generation as well
check_eclasses_eapis.sh | 2 ++
1 file changed, 2 insertions(+)
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}