create eclass directory

This commit is contained in:
Maciej Barć 2020-05-16 02:25:23 +02:00
parent d187f4deed
commit 7beec436d4
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@ repoman -Idix
pkgcheck scan
# create "eclass"
# apparently pkgcheck needs it
# "pkgcheck scan: error: failed running git: fatal: eclass: no such path in the working tree."
[ -d eclass ] || mkdir eclass
echo ">>> Starting latest commit test"
test_success=true