aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2016-09-20 23:34:05 +0000
committerGravatar Bo Yang <teboring@google.com>2016-10-10 11:39:55 -0700
commitfe1aaad7fe27311b9259525f391d50e9d68b19ba (patch)
tree659e9295585bda17f8d009fa63072e16a3bc79bb /tests.sh
parent15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b (diff)
Fix bugs for internal integration.
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh4
1 files changed, 3 insertions, 1 deletions
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