diff options
| author | Jason Gross | 2018-10-03 12:06:02 -0400 |
|---|---|---|
| committer | Jason Gross | 2019-01-24 14:22:27 -0500 |
| commit | 218f45f4878fce3da520fae4694dad5653d8de4f (patch) | |
| tree | 9af58da7c61046b8de19b3e8fc3df968250ac46e /test-suite/tools | |
| parent | 418a874a7f60864d8ab8c02952271c232bd3d38e (diff) | |
Update -compat to support -compat 8.10
This commit was created via `./dev/tools/update-compat.py --master`
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 02a2348450..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 --cur-version=8.9 || exit $? +dev/tools/update-compat.py --assert-unchanged --master || exit $? |
