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

On branch  : master

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

commit 3196d3927dbde7b9fc04e923e277a7e61c49e9e1
Author: Justin M. Forbes <[email protected]>
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)

_______________________________________________
kernel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/kernel

Reply via email to