aboutsummaryrefslogtreecommitdiff
path: root/ci/test/05_before_script.sh
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2019-01-05 20:20:42 +0100
committerSjors Provoost <sjors@sprovoost.nl>2020-02-11 21:46:21 +0100
commit8b1460dbd1b732f06d4cebe1fa6844286c7a0056 (patch)
tree5d2fba3358e417a1caaed230d79d51a635856e7c /ci/test/05_before_script.sh
parentae379cf7d12943fc192d58176673bcfe7d53da53 (diff)
downloadbitcoin-8b1460dbd1b732f06d4cebe1fa6844286c7a0056.tar.xz
[tests] check v0.17.1 and v0.18.1 backwards compatibility
Diffstat (limited to 'ci/test/05_before_script.sh')
-rwxr-xr-xci/test/05_before_script.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/test/05_before_script.sh b/ci/test/05_before_script.sh
index d8aa5c87a2..0e9e8fe80f 100755
--- a/ci/test/05_before_script.sh
+++ b/ci/test/05_before_script.sh
@@ -35,3 +35,8 @@ if [ -z "$NO_DEPENDS" ]; then
fi
DOCKER_EXEC $SHELL_OPTS make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS
fi
+if [ "$TEST_PREVIOUS_RELEASES" = "true" ]; then
+ BEGIN_FOLD previous-versions
+ DOCKER_EXEC contrib/devtools/previous_release.sh -b -t "$PREVIOUS_RELEASES_DIR" v0.17.1 v0.18.1
+ END_FOLD
+fi