Skip to content
Snippets Groups Projects
Commit 6bc08610 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fixes for run_tests_in_workspace.sh

parent 08ce4b92
No related branches found
No related tags found
No related merge requests found
...@@ -42,5 +42,5 @@ rm -rf "${WORKSPACE_NAME}" ...@@ -42,5 +42,5 @@ rm -rf "${WORKSPACE_NAME}"
git clone --recursive . "${WORKSPACE_NAME}" git clone --recursive . "${WORKSPACE_NAME}"
echo "Running run_tests.py in workspace ${WORKSPACE_NAME}" echo "Running run_tests.py in workspace ${WORKSPACE_NAME}"
"${WORKSPACE_NAME}/tools/run_tests/run_tests.py" $@ python "${WORKSPACE_NAME}/tools/run_tests/run_tests.py" $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment