Revert "dmatest: append verify result to results"
authorDan Williams <dan.j.williams@intel.com>
Thu, 7 Nov 2013 00:29:57 +0000 (16:29 -0800)
committerDan Williams <dan.j.williams@intel.com>
Thu, 14 Nov 2013 19:04:38 +0000 (11:04 -0800)
commit7b61017822cdff9c18ae70005cf52d84e8dafe5d
tree009f7f55c8feb60c0ca8fb2c74f1eacc25e9e104
parent0776ae7b89782124ddd72eafe0b1e0fdcdabe32e
Revert "dmatest: append verify result to results"

This reverts commit d86b2f298e6de124984f5d5817ed1e6e759b3ada.

The kernel log buffer is sufficient for collecting test results.  The
current logging OOMs the machine on long running tests, and usually only
the first error is relevant.  It is better to stop on error and parse
the kernel output.  If output volume becomes an issue we can always
investigate using trace messages.

Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Documentation/dmatest.txt
drivers/dma/dmatest.c