diff options
Diffstat (limited to 'tests/test/script')
-rw-r--r-- | tests/test/script/common.test | 4 |
1 files changed, 2 insertions, 2 deletions
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. |