1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/nsq/glibc-test.patch
2019-12-25 12:48:22 +01:00

13 lines
305 B
Diff

--- 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