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

fixes to run_jenkins.sh script

parent 945836ea
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ then ...@@ -63,7 +63,7 @@ then
# Prevent msbuild from picking up "platform" env variable, which would break the build # Prevent msbuild from picking up "platform" env variable, which would break the build
unset platform unset platform
python tools/run_tests/run_tests.py -t -l $language -x report.xml $@ || true python tools/run_tests/run_tests.py -t -l $language -c $config -x report.xml $@ || true
elif [ "$platform" == "macos" ] elif [ "$platform" == "macos" ]
then then
...@@ -77,11 +77,6 @@ then ...@@ -77,11 +77,6 @@ then
MAKE=gmake ./tools/run_tests/run_tests.py -t -l $language -c $config -x report.xml $@ || true MAKE=gmake ./tools/run_tests/run_tests.py -t -l $language -c $config -x report.xml $@ || true
elif [ "$platform" == "interop" ]
then
echo "building interop tests for language $language"
./tools/run_tests/run_interop_tests.py --use_docker -t -l $language --cloud_to_prod --server all || true
else else
echo "Unknown platform $platform" echo "Unknown platform $platform"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment