aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-01-10 09:12:20 -0500
committerDavid Goulet <dgoulet@torproject.org>2023-01-10 09:12:20 -0500
commit7e055c383c1204847dcf842ed39fea0e8d8d92d8 (patch)
treeb2fdc192d04bd2fd5469138d10793967cc9112c3 /scripts/ci
parent1e6d839ce9fbd7dfc656bd13a67bd0908863b674 (diff)
parentd456885dac3b5bdfff663ed502fd11f9e0d0e070 (diff)
downloadtor-7e055c383c1204847dcf842ed39fea0e8d8d92d8.tar.gz
tor-7e055c383c1204847dcf842ed39fea0e8d8d92d8.zip
Merge branch 'maint-0.4.7'
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/ci-driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index 8871154c9c..db6cd261e3 100755
--- a/scripts/ci/ci-driver.sh
+++ b/scripts/ci/ci-driver.sh
@@ -371,7 +371,6 @@ if [[ "$RUN_STAGE_BUILD" = "yes" ]] ; then
hooray "Distcheck was successful. Nothing further will be done."
# We have to exit early here, since we can't do any other tests.
cp tor-*.tar.gz "${CI_SRCDIR}"/artifacts
- exit 0
else
error "Diagnostics:"
runcmd make show-distdir-testlog || true
@@ -379,6 +378,7 @@ if [[ "$RUN_STAGE_BUILD" = "yes" ]] ; then
die "Unable to continue."
fi
end_section Distcheck
+ exit 0
fi
fi