summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-09-02 16:39:27 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2017-09-02 16:39:27 +0200
commit0099ff2cc63a5eeb523bb515a38bd9061e69d187 (patch)
treeade902624434154ba3c19efba915e1aa50bf08ad /tools
parentc99e399443819024e2e44cbd437091a39641ae68 (diff)
downloadgitlab-0099ff2cc63a5eeb523bb515a38bd9061e69d187.tar.gz
tests: default to v4 API
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_test_env.sh2
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;;