This is an automated email from the git hooks/post-receive script. jforbes pushed a commit to branch master in repository kernel-tests. commit f75d3f2f936a391078c2b92579befab78d147b16 Author: Justin M. Forbes <jforbes@xxxxxxxxxx> Date: Fri May 25 13:36:51 2012 -0500 Create logs dir if it doesnt exist --- runtests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtests.sh b/runtests.sh index 5a86dec..c004328 100755 --- a/runtests.sh +++ b/runtests.sh @@ -9,6 +9,9 @@ testset=default kver=$(uname -r) release=$(cat /etc/redhat-release) +if [ ! -d "$topdir/logs" ] ; then + mkdir $topdir/logs +fi args=y -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/kernel@xxxxxxxxxxxxxxxxxxxxxxx