From fe1aaad7fe27311b9259525f391d50e9d68b19ba Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Tue, 20 Sep 2016 23:34:05 +0000 Subject: Fix bugs for internal integration. --- tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 7c5dd884..d622fa04 100755 --- a/tests.sh +++ b/tests.sh @@ -35,7 +35,9 @@ internal_build_cpp() { build_cpp() { internal_build_cpp make check -j2 - cd conformance && make test_cpp && cd .. + pushd conformance + make test_cpp + popd # Verify benchmarking code can build successfully. git submodule init -- cgit v1.2.3