kernel-tests master: Mention config.example if no .config is found (3196d39)

jforbes at fedoraproject.org jforbes at fedoraproject.org
Mon Apr 20 21:26:47 UTC 2015


Repository : http://git.fedorahosted.org/cgit/kernel-tests.git

On branch  : master

>---------------------------------------------------------------

commit 3196d3927dbde7b9fc04e923e277a7e61c49e9e1
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Mon Apr 20 16:26:45 2015 -0500

    Mention config.example if no .config is found


>---------------------------------------------------------------

 runtests.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/runtests.sh b/runtests.sh
index 0bfdf1b..2a22401 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -14,6 +14,8 @@ commithook=/usr/bin/true
 
 if [ -f ./.config ]; then
 	source ./.config
+else
+	echo "No .config file found. You can cp config.example .config and edit as needed for easier log submission"
 fi
 
 kver=$(uname -r)



More information about the kernel mailing list