ktest: Fix tar extracting of modules to target
authorSteven Rostedt <srostedt@redhat.com>
Wed, 15 Jun 2011 00:44:36 +0000 (20:44 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 15 Jun 2011 00:44:36 +0000 (20:44 -0400)
commite7b13441895fd0f95c34a004eed364524cca71cb
tree95f334a8017072f5b1a968fd4f16704abeba721e
parent4892063043282229c1296d86a2f86989ef30a97c
ktest: Fix tar extracting of modules to target

The tar command to create the module directory is cjf, but the
extraction only had xf. This works on most versions of tar, but some
versions of tar require xjf for extraction as well.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl