Fixed smoke test.

This commit is contained in:
Axel 2020-09-03 16:56:21 +02:00 committed by bernat
parent 172d947ed8
commit 658a7fb370
1 changed files with 2 additions and 2 deletions

View File

@ -194,10 +194,10 @@ popd >/dev/null
# -- Run smoke tests -----------------------------------------------------------
# ==============================================================================
if ${SMOKE_TESTS_2} || ${SMOKE_TESTS_3} ; then
if ${SMOKE_TESTS} ; then
pushd "${CARLA_PYTHONAPI_ROOT_FOLDER}/util" >/dev/null
log "Checking connection with the simulator."
./test_connection.py -p 3654 --timeout=60.0
python${PY_VERSION} test_connection.py -p 3654 --timeout=60.0
popd >/dev/null
fi