mirror of
https://github.com/dynup/kpatch
synced 2025-01-27 15:22:46 +00:00
test: move tests to f22 directory
The integration tests are targeted for Fedora kernels, so move them to a new f22 directory. The README file specifies the exact kernel version they're targeted for.
This commit is contained in:
parent
a1db97bd7c
commit
8dc6a4dd3c
@ -1,11 +1,11 @@
|
||||
all: clean
|
||||
./kpatch-test
|
||||
../kpatch-test
|
||||
|
||||
quick: clean
|
||||
./kpatch-test --quick
|
||||
../kpatch-test --quick
|
||||
|
||||
cached:
|
||||
./kpatch-test --cached
|
||||
../kpatch-test --cached
|
||||
|
||||
clean:
|
||||
rm -f *.ko *.log COMBINED.patch
|
1
test/integration/f22/README
Normal file
1
test/integration/f22/README
Normal file
@ -0,0 +1 @@
|
||||
4.2.3-200.fc22.x86_64
|
@ -256,8 +256,6 @@ run_combined_test() {
|
||||
echo "clearing printk buffer"
|
||||
sudo dmesg -C
|
||||
|
||||
cd "$SCRIPTDIR"
|
||||
|
||||
if [[ $QUICK != 1 ]]; then
|
||||
for file in *.patch; do
|
||||
build_module $file
|
||||
|
Loading…
Reference in New Issue
Block a user