We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3845ae3 commit 0527cf5Copy full SHA for 0527cf5
scripts/test-runner.sh
@@ -48,7 +48,8 @@ if [[ $OS_TYPE != "fedora" ]]; then
48
fi
49
50
# Install necessary packages/dependencies
51
-$PKG_MAN -y install net-tools coreutils gawk expect make beakerlib findutils
+$PKG_MAN -y install net-tools coreutils gawk expect make beakerlib findutils \
52
+ procps-ng
53
54
EC=0
55
SKIP=0
0 commit comments