This is an automated email from the git hooks/post-receive script. jforbes pushed a commit to branch master in repository kernel-tests. commit f9ca1d330dfde188b2b20a087c6b6018e9d54e53 Author: Dave Jones <davej@xxxxxxxxxx> Date: Tue Jun 12 12:33:53 2012 -0400 check for gcc. --- runtests.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/runtests.sh b/runtests.sh index c004328..dd1eaa2 100755 --- a/runtests.sh +++ b/runtests.sh @@ -9,6 +9,13 @@ testset=default kver=$(uname -r) release=$(cat /etc/redhat-release) +# Check for pre-requisites. +if [ ! -f /usr/bin/gcc ]; then + echo Fedora kernel test suite needs gcc. + exit +fi + + if [ ! -d "$topdir/logs" ] ; then mkdir $topdir/logs fi -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx