aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nsq/glibc-test.patch
diff options
context:
space:
mode:
authorMichael Pirogov <vbnet.ru@gmail.com>2019-12-24 19:32:50 +0300
committerLeo <thinkabit.ukim@gmail.com>2019-12-25 12:48:22 +0100
commit9fa23921c38df4a5d2dc6da269c3b032e6ba83d3 (patch)
tree205056cb582cd8a2a83e923b5fa630530123446a /testing/nsq/glibc-test.patch
parent0e5f8a698cff67091724ba162b5c36b7a124c4bc (diff)
testing/nsq: new aport
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 00000000000..58997f554e2
--- /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
+