From: Steven Rostedt Date: Thu, 19 Jul 2012 19:18:27 +0000 (-0400) Subject: ktest: Add PRE/POST_KTEST and TEST options X-Git-Tag: v3.6-rc1~46^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=921ed4c7208e5c466a87db0a11c6fdd26bcc2fe7;p=pandora-kernel.git ktest: Add PRE/POST_KTEST and TEST options In order to let the user add commands before and after ktest runs, the PRE_KTEST and POST_KTEST options are defined. They hold shell commands that will execute befor ktest runs its first test, as well as when it completed its last test. The PRE_TEST and POST_TEST will be run befor and after (respectively) for a given test. They can either be global (done for all tests) or defined by a single test. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed