From: Steven Rostedt Date: Tue, 22 Nov 2011 01:39:33 +0000 (-0500) Subject: ktest: When creating new config, allow the use of ${THIS_DIR} X-Git-Tag: v3.3-rc1~37^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e7a22de25212cfcaa0ba2c957e4e60eaa70fb9d;p=pandora-kernel.git ktest: When creating new config, allow the use of ${THIS_DIR} Typing in a full path when you know that the path exists within the directory your are running is tedious and unnecessary. Allow the user to use ${PWD} if they want a dynamic path name which will be the path that ktest.pl is executed from or use ${THIS_DIR} which is a variable assigned `pwd` and the the variable will exist within the config, allowing the user to change it and affect all other paths using this variable as well Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed