From ea22643b2217921df74ea14df47d7c83987d5761 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Dec 2016 17:29:27 +0200 Subject: Initial parallel scheduler implementation, use to run testscrips --- tests/test/common.test | 2 +- tests/test/script/common.test | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test') diff --git a/tests/test/common.test b/tests/test/common.test index 386b16c..ad0ae36 100644 --- a/tests/test/common.test +++ b/tests/test/common.test @@ -15,7 +15,7 @@ using test EOI test = $effect($build.path) -test.options += -q --buildfile - +test.options += --jobs 1 --quiet --buildfile - # By default perform test. # diff --git a/tests/test/script/common.test b/tests/test/script/common.test index a38c0a1..abd1faa 100644 --- a/tests/test/script/common.test +++ b/tests/test/script/common.test @@ -18,8 +18,8 @@ EOI # ($b) which will execute the testscript. # c = cat >>>testscript -b = $effect($build.path) -q --buildfile - <'./: test{testscript}' \ - &?test/*** test +b = $effect($build.path) --jobs 1 --quiet --buildfile - test \ + <'./: test{testscript}' &?test/*** # Add extra set of quotes since this value will be "cat" (normally as $*) # into testscript. -- cgit v1.1