Skip to content

Commit 10dc153

Browse files
author
Christian Hergert
committed
tests: run tests in parallel.
1 parent eaaf4b0 commit 10dc153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ else
119119
test: $(TEST_PROGS)
120120
endif
121121
@ for TEST_PROG in $(TEST_PROGS) ; do \
122-
./$$TEST_PROG -f -p -F test.log; \
122+
./$$TEST_PROG -F test.log; \
123123
done
124124

125125
.PHONY: test_certs

0 commit comments

Comments
 (0)