aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSam Delmerico <delmerico@google.com>2022-09-28 15:34:34 -0400
committerSam Delmerico <delmerico@google.com>2022-09-28 15:34:34 -0400
commit43444ec2fea046eb4b6ec55c86cbedf4107fc734 (patch)
tree66a413c20bc355b4efea737b28ab050011335275 /tests
parent1bcc569e1463b2324e26d38f0c1b30e473602660 (diff)
downloadbuild-43444ec2fea046eb4b6ec55c86cbedf4107fc734.tar.gz
remove zsh from roboleaf_tests.sh
zsh command was not found on the build server. Remove it from this test. Bug: 249559295 Test: build/make/tests/roboleaf_tests.sh Change-Id: I7a79b183d9fd40829ab03bc54ce899efaa974a60
Diffstat (limited to 'tests')
-rwxr-xr-xtests/roboleaf_tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/roboleaf_tests.sh b/tests/roboleaf_tests.sh
index a411949f15..254f8739bd 100755
--- a/tests/roboleaf_tests.sh
+++ b/tests/roboleaf_tests.sh
@@ -21,5 +21,4 @@ tests=(
for test in $tests; do
bash -x $test
- zsh -x $test
done