aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nsq/glibc-test.patch
blob: 58997f554e2d6c69ab871c8e27b83539be2028e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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