summaryrefslogtreecommitdiffhomepage
path: root/scripts/make_tests.sh
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2019-09-24 19:03:26 -0700
committergVisor bot <gvisor-bot@google.com>2019-09-24 19:05:12 -0700
commit2fb34c8d5ccf13388371437d128cc95d577fbc8a (patch)
tree8908bdca5bd72efe64488ac0c97343951452e740 /scripts/make_tests.sh
parent502f8f238ea58c4828e528e563d8dbd419faeea7 (diff)
test: don't use designated initializers
This change fixes compile errors: pty.cc:1460:7: error: expected primary-expression before '.' token ... PiperOrigin-RevId: 271033729
Diffstat (limited to 'scripts/make_tests.sh')
-rwxr-xr-xscripts/make_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_tests.sh b/scripts/make_tests.sh
index 0fa1248be..79426756d 100755
--- a/scripts/make_tests.sh
+++ b/scripts/make_tests.sh
@@ -21,4 +21,5 @@ top_level=$(git rev-parse --show-toplevel 2>/dev/null)
make
make runsc
+make BAZEL_OPTIONS="build //..." bazel
make bazel-shutdown