aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSam Delmerico <delmerico@google.com>2022-09-28 19:40:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-09-28 19:40:39 +0000
commit7017ac77fd4ce4d93636aec20bcec39b7792ba31 (patch)
tree6098c9d3000452d38336111a024a85178dfd10af /tests
parentf4a5240eb3d4afea42463375d964607bb2de7420 (diff)
parent43444ec2fea046eb4b6ec55c86cbedf4107fc734 (diff)
downloadbuild-7017ac77fd4ce4d93636aec20bcec39b7792ba31.tar.gz
Merge "remove zsh from roboleaf_tests.sh"
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 9e06e9c202..2d13766ce5 100755
--- a/tests/roboleaf_tests.sh
+++ b/tests/roboleaf_tests.sh
@@ -19,5 +19,4 @@ tests=(
for test in $tests; do
bash -x $test
- zsh -x $test
done