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:
Josh Poimboeuf 2015-10-21 16:17:25 -05:00
parent a1db97bd7c
commit 8dc6a4dd3c
44 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -0,0 +1 @@
4.2.3-200.fc22.x86_64

View File

@ -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