diff options
-rw-r--r-- | config/conclude.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/conclude.in b/config/conclude.in index 00c8172..d12b848 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -37,8 +37,9 @@ check test _test: tests echo "============================"; \ echo "Testing $$test $(TEST_FLAGS)"; \ echo "============================"; \ + RUNSERIAL="$(RUNSERIAL)" RUNPARALLEL="$(RUNPARALLEL)" \ srcdir=$(srcdir) \ - $(RUNTEST) /bin/sh $$test $(TEST_FLAGS) || \ + /bin/sh $$test $(TEST_FLAGS) || \ exit 1; \ echo ""; \ fi; \ |