From: Steven Rostedt (Red Hat) Date: Wed, 11 Dec 2013 20:40:46 +0000 (-0500) Subject: ktest: Add special variable ${KERNEL_VERSION} X-Git-Tag: v3.14-rc1~177^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e80bf05ff7e7bda6f1683b1201ada56c4efa4c1;p=pandora-kernel.git ktest: Add special variable ${KERNEL_VERSION} Add a special variable that can be used in other variables called ${KERNEL_VERSION}. This will embed the current kernel version into the variable. For example: WARNINGS_FILE = ${OUTPUT_DIR}/warnings-${KERNEL_VERSION} If the current version is v3.8 then the WARNINGS_FILE will become ${OUTPUT_DIR}/warnings-v3.8 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed