main/postmarketos-test: drop depends="postmarketos-mkinitfs-hook-ci"
It's actually the other way around Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7553>
This commit is contained in:
parent
e039d54678
commit
8733e062ac
1 changed files with 0 additions and 3 deletions
|
|
@ -28,8 +28,6 @@ _test() {
|
|||
# no install_if here, these tests are generic but should be enabled
|
||||
# on a per-device basis. Depend on the relevant test in your devices
|
||||
# pmtest subpackage
|
||||
depends="postmarketos-mkinitfs-hook-ci"
|
||||
|
||||
_testname=${subpkgname#postmarketos-test-}
|
||||
|
||||
# Install the test script for both initramfs and rootfs
|
||||
|
|
@ -45,7 +43,6 @@ _test() {
|
|||
|
||||
# Installs a "test" which just runs a shell on the console for debugging
|
||||
shell() {
|
||||
depends="postmarketos-mkinitfs-hook-ci"
|
||||
mkdir -p "$subpkgdir"/usr/libexec/pmos-tests-initramfs
|
||||
echo -e "#!/bin/sh\n\nexec sh" > "$subpkgdir"/usr/libexec/pmos-tests-initramfs/99-sh
|
||||
chmod +x "$subpkgdir"/usr/libexec/pmos-tests-initramfs/99-sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue