diff options
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ else rm -Rf $TESTDIR fi -if grep -R "panic(" internal ; then +if grep -R "panic(" *.go internal ; then echo "Please use log.Panic instead of naked panic!" exit 1 fi |