summaryrefslogtreecommitdiffhomepage
path: root/scripts/make_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make_tests.sh')
-rwxr-xr-xscripts/make_tests.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/make_tests.sh b/scripts/make_tests.sh
index 79426756d..dbf1bba77 100755
--- a/scripts/make_tests.sh
+++ b/scripts/make_tests.sh
@@ -16,10 +16,5 @@
source $(dirname $0)/common.sh
-top_level=$(git rev-parse --show-toplevel 2>/dev/null)
-[[ $? -eq 0 ]] && cd "${top_level}" || exit 1
-
-make
make runsc
-make BAZEL_OPTIONS="build //..." bazel
make bazel-shutdown