Client tests should not run in parallel.

pull/2465/head
Roger A. Light 4 years ago
parent ffb7661d86
commit 3bb8be6ea2

@ -1,4 +1,5 @@
.PHONY: all check test ptest clean
.NOTPARALLEL:
all :

Loading…
Cancel
Save