aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tools
diff options
context:
space:
mode:
authorEnrico Tassi2020-11-23 16:47:06 +0100
committerEnrico Tassi2020-11-23 16:47:06 +0100
commit17da7c41b17da3280cb2c182387685ad4be6022f (patch)
treee96191ea4e4bc5650154bacb0f027d586355f541 /test-suite/tools
parentd41bb0c5e15442da6f6b7333e2b1e73a8091292a (diff)
Update compat infrastructure for 8.14
Diffstat (limited to 'test-suite/tools')
-rwxr-xr-xtest-suite/tools/update-compat/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/tools/update-compat/run.sh b/test-suite/tools/update-compat/run.sh
index 7ff5571ffb..61273c4f37 100755
--- a/test-suite/tools/update-compat/run.sh
+++ b/test-suite/tools/update-compat/run.sh
@@ -6,4 +6,4 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
# we assume that the script lives in test-suite/tools/update-compat/,
# and that update-compat.py lives in dev/tools/
cd "${SCRIPT_DIR}/../../.."
-dev/tools/update-compat.py --assert-unchanged --release || exit $?
+dev/tools/update-compat.py --assert-unchanged --master || exit $?