This is an automated email from the git hooks/post-receive script.

jforbes pushed a commit to branch master
in repository kernel-tests.

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 file changed, 2 insertions(+)

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)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
kernel mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to