Update golang debug failure test

This commit is contained in:
Angela P Wen
2022-09-29 09:58:15 -07:00
parent e107af19e6
commit a821c2001a

View File

@@ -79,7 +79,7 @@ jobs:
echo "Missing database initialization logs"
exit 1
fi
if [[ ! -d "$language/log" ]] ; then
if [[ ! "$language" == "go" ]] && [[ ! -d "$language/log" ]] ; then
echo "Missing logs for $language"
exit 1
fi