diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-07-05 13:23:43 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-08-07 14:28:41 +0200 |
commit | 18aac34e293546836f91103758adaee921a6a504 (patch) | |
tree | 8dbb3eb1435a2700570fb4ccdc1a67441c382238 /test | |
parent | d1396550bc70323537ae56be9c333da19c4ed556 (diff) |
try fixing cxx distrib test
Diffstat (limited to 'test')
-rwxr-xr-x | test/distrib/cpp/run_distrib_test_routeguide.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/distrib/cpp/run_distrib_test_routeguide.sh b/test/distrib/cpp/run_distrib_test_routeguide.sh index dc69ab8377..a81692d920 100755 --- a/test/distrib/cpp/run_distrib_test_routeguide.sh +++ b/test/distrib/cpp/run_distrib_test_routeguide.sh @@ -19,7 +19,7 @@ set -ex cd "$(dirname "$0")/../../.." cd third_party/protobuf && ./autogen.sh && \ -./configure && make -j4 && make check && make install && ldconfig +./configure && make -j4 && make install && ldconfig cd ../.. && make -j4 && make install |