Check for test in cmd package
This commit is contained in:
parent
c28e41bb62
commit
b56f4715e7
|
@ -36,7 +36,7 @@ do
|
||||||
if [ "$(ls $dir/*_test.go 2> /dev/null | wc -l)" -eq "0" ]; then
|
if [ "$(ls $dir/*_test.go 2> /dev/null | wc -l)" -eq "0" ]; then
|
||||||
echo -n "no test files for $dir";
|
echo -n "no test files for $dir";
|
||||||
case $dir in
|
case $dir in
|
||||||
'.' | './cmd' | './database/graphite')
|
'.' | './database/graphite')
|
||||||
echo " - but ignored";
|
echo " - but ignored";
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue