aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nsq/no-fmt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nsq/no-fmt.patch')
-rw-r--r--testing/nsq/no-fmt.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/nsq/no-fmt.patch b/testing/nsq/no-fmt.patch
new file mode 100644
index 00000000000..1f2931e0cba
--- /dev/null
+++ b/testing/nsq/no-fmt.patch
@@ -0,0 +1,11 @@
+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