aports/testing/nsq/no-fmt.patch
2022-08-29 07:52:54 +02:00

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