better dir tchecking

This commit is contained in:
Thomas Levine 2012-10-11 02:02:06 -04:00
parent b37756d5de
commit a2d7b41ca1

2
urchin
View File

@ -109,7 +109,7 @@ else
fi
# Go
if echo "$1"| grep test || $FORCE
if echo $(basename "$(readlink -f "$1")") | grep test || $FORCE
then
echo Running tests