diff options
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 40170e42ff..e9d89454b8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -16,9 +16,9 @@ TESTDIRS += $(EXTRA_TESTDIRS) ifndef TESTARGS ifdef VERBOSE -TESTARGS = -v -j16 +TESTARGS = -v else -TESTARGS = -s -v -j16 +TESTARGS = -s -v endif endif |