diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 617e7212a..ee8a53b48 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -174,7 +174,7 @@ my $postmortem; # display detailed info about failed tests my $run_disabled; # run the specific tests even if listed in DISABLED my $scrambleorder; my $randseed = 0; -my $jobs = 0; +my $jobs = 1; # Azure Pipelines specific variables my $AZURE_RUN_ID = 0; |