summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2023-05-01 19:36:36 -0700
committerDan Fandrich <dan@coneharvesters.com>2023-05-01 19:36:36 -0700
commitfde5847ba88a8723a9224c08ec925d93f649a0b2 (patch)
treec60d192c98a1ad35c4fe4a2c11b0e86f65a0a734
parentdaf8fad948b1ebc544fb888648c38bd450ef6e72 (diff)
downloadcurl-dfandrich/ci.tar.gz
TESTING enable multiprocessing for CI rundfandrich/ci
-rwxr-xr-xtests/runtests.pl2
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;