Skip to content

Commit

Permalink
add missing shells
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Jun 27, 2024
1 parent 2d5c919 commit cf6b4de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildtest/utils/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def __init__(self, shell="bash"):
system_shells
+ python_shells
+ ["bash", "csh", "tcsh", "sh", "zsh", "python", "python3"]
+ ["/bin/csh"]
)

# if input shell is not in list of valid shells we raise error.
Expand Down

0 comments on commit cf6b4de

Please sign in to comment.