mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
11 lines
285 B
Diff
11 lines
285 B
Diff
diff --git a/test.sh b/test.sh
|
|
index 42fe934..78f7a94 100755
|
|
--- a/test.sh
|
|
+++ b/test.sh
|
|
@@ -23,5 +23,5 @@ done
|
|
FMTDIFF="$(find apps internal nsqd nsqlookupd -name '*.go' -exec gofmt -d '{}' ';')"
|
|
if [ -n "$FMTDIFF" ]; then
|
|
printf '%s\n' "$FMTDIFF"
|
|
- exit 1
|
|
+ #exit 1
|
|
fi
|