diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-09-02 16:39:27 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-09-02 16:39:27 +0200 |
| commit | 0099ff2cc63a5eeb523bb515a38bd9061e69d187 (patch) | |
| tree | ade902624434154ba3c19efba915e1aa50bf08ad | |
| parent | c99e399443819024e2e44cbd437091a39641ae68 (diff) | |
| download | gitlab-0099ff2cc63a5eeb523bb515a38bd9061e69d187.tar.gz | |
tests: default to v4 API
| -rwxr-xr-x | tools/build_test_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh index 572a47c..a3d4785 100755 --- a/tools/build_test_env.sh +++ b/tools/build_test_env.sh @@ -27,7 +27,7 @@ try() { "$@" || fatal "'$@' failed"; } NOVENV= PY_VER=2 -API_VER=3 +API_VER=4 while getopts :np:a: opt "$@"; do case $opt in n) NOVENV=1;; |
