diff options
| author | Enrico Tassi | 2020-11-09 14:55:23 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-09 14:55:23 +0100 |
| commit | a028e70817e7fd43b35643a8faa9bc7f59897ddb (patch) | |
| tree | efc5634ad427761d0f874474ea4c3ff895a59974 /test-suite/tools | |
| parent | fcc82eaf6054cce65821fafafedd329dab732994 (diff) | |
[compat] remove 8.10
Diffstat (limited to 'test-suite/tools')
| -rwxr-xr-x | test-suite/tools/update-compat/run.sh | 2 |
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 61273c4f37..7ff5571ffb 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 --master || exit $? +dev/tools/update-compat.py --assert-unchanged --release || exit $? |
