diff options
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 |