diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-08-04 18:45:16 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-08-04 18:45:16 +0200 |
| commit | 3ccdec04525456c906f26ee2e931607a5d0dcd20 (patch) | |
| tree | 48709c487d57c738eb881a2728a3300023c482e5 /tools/py_functional_tests.sh | |
| parent | e87835fe02aeb174c1b0355a1733733d89b2e404 (diff) | |
| parent | 2816c1ae51b01214012679b74aa14de1a6696eb5 (diff) | |
| download | gitlab-3ccdec04525456c906f26ee2e931607a5d0dcd20.tar.gz | |
Merge branch 'rework_api'
Diffstat (limited to 'tools/py_functional_tests.sh')
| -rwxr-xr-x | tools/py_functional_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/py_functional_tests.sh b/tools/py_functional_tests.sh index 0d00c5f..75bb761 100755 --- a/tools/py_functional_tests.sh +++ b/tools/py_functional_tests.sh @@ -18,4 +18,4 @@ setenv_script=$(dirname "$0")/build_test_env.sh || exit 1 BUILD_TEST_ENV_AUTO_CLEANUP=true . "$setenv_script" "$@" || exit 1 -try python "$(dirname "$0")"/python_test.py +try python "$(dirname "$0")"/python_test_v${API_VER}.py |
