fixes for run_tests_in_workspace.sh

pull/8288/head
Jan Tattermusch 8 years ago
parent b6b4f8759b
commit 1b0dd825cc
  1. 2
      tools/run_tests/run_tests_in_workspace.sh

@ -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" $@

Loading…
Cancel
Save