fix distribtest typo

pull/14072/head
Jan Tattermusch 7 years ago
parent d4031c3b93
commit 1c42023ae6
  1. 2
      test/distrib/cpp/run_distrib_test_cmake.bat

@ -58,7 +58,7 @@ cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% -DOPENSSL_ROOT_DIR=%OPENSSL_DIR% -DOP
cmake --build . --config Release --target install || goto :error
cd ../..
# Build helloworld example using cmake
@rem Build helloworld example using cmake
cd examples/cpp/helloworld
mkdir cmake
cd cmake

Loading…
Cancel
Save