diff --git a/tools/unix/test_planet.sh b/tools/unix/test_planet.sh index 5319edc683..fba844bfdb 100755 --- a/tools/unix/test_planet.sh +++ b/tools/unix/test_planet.sh @@ -81,7 +81,7 @@ done # Step 4: run intergation tests echo echo '### INTEGRATION TESTS' -"$(dirname "$GENERATOR_TOOL")/integration_tests" "--data_path=$FTARGET/" "--user_resource_path=$OMIM_PATH/data/" "--suppress=online_cross_tests.*" 2>&1 +"$(dirname "$GENERATOR_TOOL")/routing_integration_tests" "--data_path=$FTARGET/" "--user_resource_path=$OMIM_PATH/data/" "--suppress=online_cross_tests.*" 2>&1 # Clean the temporary directory rm -r "$FTARGET"