From ee73615176667bd41a6fc7710ee31f3bc993f1cf Mon Sep 17 00:00:00 2001
From: James Ralph <ralph@icl.utk.edu>
Date: Wed, 23 Jul 2014 16:45:09 -0400
Subject: [PATCH 12/44] run_tests.sh: more exclude cleanups

Thanks Gary Mohr
----------------
This patch removes an additional check for Makefiles in the script.  The exclude
files are now used to prevent Makefiles from getting run by this script.  I missed
this one when providing the previous patch to make this change.
---
 src/run_tests.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/run_tests.sh b/src/run_tests.sh
index caeb33f..8a6e1ab 100755
--- a/src/run_tests.sh
+++ b/src/run_tests.sh
@@ -87,11 +87,6 @@ done
 echo $LIST
 echo ""
 
-CUDA=`find Makefile | xargs grep cuda`;
-if [ "$CUDA" != "" ]; then
-  EXCLUDE="$EXCLUDE `grep -v -e '^#\|^$' run_tests_exclude_cuda.txt`"
-fi
-
 echo ""
 echo "The following test cases will NOT be run:";
 echo $EXCLUDE;
-- 
2.1.1

