From 3196d3927dbde7b9fc04e923e277a7e61c49e9e1 Mon Sep 17 00:00:00 2001 From: Justin M. Forbes Date: Apr 20 2015 21:26:45 +0000 Subject: Mention config.example if no .config is found --- 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)