aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nsq/glibc-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nsq/glibc-test.patch')
-rw-r--r--testing/nsq/glibc-test.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/nsq/glibc-test.patch b/testing/nsq/glibc-test.patch
new file mode 100644
index 0000000000..58997f554e
--- /dev/null
+++ b/testing/nsq/glibc-test.patch
@@ -0,0 +1,13 @@
+--- a/test.sh
++++ b/test.sh.orig
+@@ -1,8 +1,7 @@
+-#!/bin/bash
++#!/bin/sh
+ set -e
+
+ GOMAXPROCS=1 go test -timeout 90s $(go list ./... | grep -v /vendor/)
+-GOMAXPROCS=4 go test -timeout 90s -race $(go list ./... | grep -v /vendor/)
+
+ # no tests, but a build is something
+ for dir in apps/*/ bench/*/; do
+