fix .bat script

pull/6134/head
Jan Tattermusch 9 years ago
parent 35e608fb8f
commit 67306daaa2
  1. 4
      tools/run_tests/post_tests_csharp.bat

@ -2,6 +2,10 @@
setlocal
if not "%CONFIG%" == "gcov" (
goto :EOF
)
@rem enter src/csharp directory
cd /d %~dp0\..\..\src\csharp

Loading…
Cancel
Save