Skip to content

Commit 0527cf5

Browse files
committed
Add a missing dependency (procps-ng)
1 parent 3845ae3 commit 0527cf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test-runner.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ if [[ $OS_TYPE != "fedora" ]]; then
4848
fi
4949

5050
# Install necessary packages/dependencies
51-
$PKG_MAN -y install net-tools coreutils gawk expect make beakerlib findutils
51+
$PKG_MAN -y install net-tools coreutils gawk expect make beakerlib findutils \
52+
procps-ng
5253

5354
EC=0
5455
SKIP=0

0 commit comments

Comments
 (0)