From 43444ec2fea046eb4b6ec55c86cbedf4107fc734 Mon Sep 17 00:00:00 2001 From: Sam Delmerico Date: Wed, 28 Sep 2022 15:34:34 -0400 Subject: [PATCH] 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 --- tests/roboleaf_tests.sh | 1 - 1 file changed, 1 deletion(-) 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