We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73b89e commit 1e22a7fCopy full SHA for 1e22a7f
internal/testing/runchecks.sh
@@ -164,7 +164,7 @@ wire diff ./... || {
164
165
echo
166
echo "Running Go tests for sub-modules..."
167
-sed -e '/^#/d' -e '/^$/d' allmodules | while read -r path || [[ -n "$path" ]]; do
+sed -e '/^#/d' -e '/^$/d' -e '/^\.$/d' allmodules | while read -r path || [[ -n "$path" ]]; do
168
echo "Running tests in '$path'..."
169
( cd "$path" && exec go test -mod=readonly ./... ) || result=1
170
echo "Running wire checks in '$path'..."
0 commit comments