kpatch/test
Joe Lawrence de1d0c6e08 kpatch-test: don't clear dmesg during test
The kpatch-test script clears the kernel log buffer to distinguish
between old and new dmesg entries.  Wiping out the old buffer may
surprise some users, but isn't too hard to avoid:

  - save the last dmesg line
  - run the tests
  - filter out old dmesg lines until after finding the saved entry
    - if no saved entry is found, the buffer most likely overflowed
      - inform the user to increase the log size

Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2020-07-30 14:59:32 -04:00
..
integration kpatch-test: don't clear dmesg during test 2020-07-30 14:59:32 -04:00
unit test/unit: Update to latest tests 2020-06-30 17:03:48 -05:00
difftree.sh test: Ignore remaining quoting warnings 2020-06-04 20:30:28 +01:00
test-functions.sh test/unit: add a library for common functions 2018-04-20 08:16:20 -05:00