mirror of
https://github.com/dynup/kpatch
synced 2025-02-16 17:57:02 +00:00
Provides integration tests for rhel-9.3 (kernel-5.14.0-362.8.1.el9_3) Signed-off-by: Ryan Sullivan <rysulliv@redhat.com>
8 lines
165 B
Bash
Executable File
8 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
|
|
|
|
declare -a blacklist=(meminfo-string-LOADED.test)
|
|
|
|
source ${SCRIPTDIR}/../common/multiple.template
|