diff options
| author | coqbot-app[bot] | 2020-11-27 09:19:06 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-27 09:19:06 +0000 |
| commit | bebd86fd42e54c8e3ebf581d8a7f3ae8643efb2f (patch) | |
| tree | 40874419d5163fbb957b0c6631998ea41a834add /test-suite/tools | |
| parent | c294664df8e9190a2fbb6153c70c208f58c7db70 (diff) | |
| parent | f29decccfc51850fe067633fcf759a481a210bca (diff) | |
Merge PR #13457: [RM] Update magicno & compat
Reviewed-by: Zimmi48
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 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 $? |
