Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43444ec2 authored by Sam Delmerico's avatar Sam Delmerico
Browse files

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
parent 1bcc569e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,5 +21,4 @@ tests=(

for test in $tests; do
  bash -x $test
  zsh -x $test
done